Skip to main content
4 commands. Shop-wide and product-scoped discount coupons. Tiers (least to most privileged) and what each can do are explained on the Commands overview.
Tier: managerCreates a shop-wide coupon.SellAuth endpoints:
  • GET /shops/{id}
  • POST /shops/{id}/coupons
Tier: managerCreates a coupon scoped to one or more specific products.SellAuth endpoints:
  • GET /shops/{id}/products
  • GET /shops/{id}/products/{id}
  • POST /shops/{id}/coupons
Tier: managerDeletes an existing coupon.SellAuth endpoints:
  • DELETE /shops/{id}/coupons/{id}
  • GET /shops/{id}/coupons
Tier: managerLists coupons configured for the shop.SellAuth endpoints:
  • GET /shops/{id}
  • GET /shops/{id}/coupons