Quantity Deals
Create Quantity Deal
Creates a new quantity deal.
post/v1/shops/{shopId}/quantity-deals
Request body
Example request
{
"name": "pasyzwszwtxpeqq",
"product_id": 12,
"variant_id": 12,
"buy_quantity": 1,
"discounted_quantity": 65,
"percentage": 24,
"max_uses_per_cart": 90,
"priority": 79,
"starts_at": "2020-08-22",
"ends_at": "2020-08-22"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.