cURL
curl --request PATCH \ --url http://staging.qshop.ng/apiv2/shops/{shopId}/cart/{cartId}/ \ --header 'Content-Type: application/json' \ --data ' { "items": [ { "_id": "<string>", "name": "<string>", "qty": 123, "variant": { "_id": "<string>" } } ], "email": "<string>" } '
{ "msg": "<string>", "data": null, "success": true }
Host: http://qshop.ng
Documentation IndexFetch the complete documentation index at: https://developers.qshop.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.qshop.tech/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
Was this page helpful?