Class Orders
- MailChimp\MailChimp
-
MailChimp\Ecommerce\Ecommerce
-
MailChimp\Ecommerce\Orders
Methods summary
public
object
|
|
public
|
|
public
object
|
|
public
object
|
|
public
object
|
#
getOrderLines( string $store_id, string $order_id, array $query = [] )
Get information about a order’s line items |
public
object
|
#
getOrderLine( string $store_id, string $order_id, array $line_id, array $query = [] )
Get information about a specific order line item. |
public
object
|
#
addOrderLine( string $store_id, string $order_id, string $line_id, string $product_id, string $product_variant_id, integer $quantity, number $price )
Add a new line item to an existing order |
public
object
|
#
updateOrderLine( string $store_id, string $order_id, string $line_id, array $data = [] )
Update a line item to an existing order |
public
|
#
deleteOrderLine( string $store_id, string $order_id, string $line_id )
Delete a line item to an existing order |
public
|
Methods inherited from MailChimp\Ecommerce\Ecommerce
addStore()
,
carts()
,
customers()
,
deleteStore()
,
getStore()
,
getStores()
,
orders()
,
products()
,
updateStore()
Methods inherited from MailChimp\MailChimp
__construct()
,
authorizedApps()
,
automations()
,
batchOps()
,
campaignFolders()
,
campaigns()
,
conversations()
,
createLog()
,
ecommerce()
,
execute()
,
fileManager()
,
fileManagerFolders()
,
getAccountInfo()
,
getMemberHash()
,
lists()
,
logData()
,
optionalFields()
,
reports()
,
searchMembers()
,
templateFolders()
,
templates()