Skip to main content
PATCH
/
{shopId}
/
coupons
/
63cd407efc76bc30f6cfb3ce
Update shop coupon Copy
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/coupons/63cd407efc76bc30f6cfb3ce \
  --header 'Content-Type: application/json' \
  --data '
{
  "usageLimit": {
    "canUseWithOtherCoupons": false,
    "maxNumberOfUses": 4,
    "maxNumberOfUsesPerUser": null,
    "useIfNumberOfOrders": {
      "condition": "==",
      "count": null
    }
  }
}
'

Body

application/json
usageLimit
object

Response

200 - undefined