Get Product Variant Count
GET {{baseUrl}}/product.variant.count.json?created_from=<string>&created_to=<string>&modified_from=<string>&modified_to=<string>&category_id=<string>&product_id=<string>&store_id=<string>
Get count variants.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
created_from | string | Retrieve entities from their creation date | |
created_to | string | Retrieve entities to their creation date | |
modified_from | string | Retrieve entities from their modification date | |
modified_to | string | Retrieve entities to their modification date | |
category_id | string | Retrieves products specified by category id | |
product_id | string | Defines the product where the price has to be deleted | |
store_id | string | Defines store id where the webhook should be assigned |