Class Products
- MailChimp\MailChimp
-
MailChimp\Ecommerce\Ecommerce
-
MailChimp\Ecommerce\Products
Methods summary
public
object
|
|
public
object
|
#
getProduct( string $store_id, string $product_id, array $query = [] )
Get information about a store’s customers. |
public
object
|
#
addProduct( string $store_id, string $product_id, string $title, array $variants = [], array $optional_settings = null )
Add a new product to a store |
public
object
|
#
getVariants( string $store_id, string $product_id, array $query = [] )
Get information about a product’s variants. |
public
object
|
#
getVariant( string $store_id, string $product_id, string $variant_id, array $query = [] )
Get information about a specific product variant. |
public
object
|
#
addVariant( string $store_id, string $product_id, string $variant_id, string $title, array $optional_settings = [] )
Add a new variant to the product. |
public
object
|
#
upsertVariant( string $store_id, string $product_id, string $variant_id, array $data = [] )
Add or update a product variant. |
public
object
|
#
updateVariant( string $store_id, string $product_id, string $variant_id, array $data = [] )
Update a product variant. |
public
|
#
deleteVariant( string $store_id, string $product_id, string $variant_id )
Delete a product variant. |
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()