Skip to main content
PATCH
/
{shopId}
/
products
/
61ae43383d9e8d0e05db7ef5
Update product Copy
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/products/61ae43383d9e8d0e05db7ef5 \
  --header 'Content-Type: application/json' \
  --data '
{
  "price": 3000,
  "sale_price": null
}
'

Body

application/json
price
number
Example:

3000

sale_price
unknown

Response

200 - undefined