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
    }
  }
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.qshop.tech/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
usageLimit
object

Response

200 - undefined