cURL
curl --request PATCH \ --url http://staging.qshop.ng/apiv2/{shopId}/products/61ae43383d9e8d0e05db7ef5 \ --header 'Content-Type: application/json' \ --data ' { "price": 3000, "sale_price": null } '
3000
Was this page helpful?