cURL
curl --request POST \ --url http://staging.qshop.ng/apiv2/{shopId}/cart \ --header 'Content-Type: application/json' \ --data ' { "items": [ { "_id": "6426e90031af623fe56938c8", "name": "New Samsung s16", "qty": 1, "variant": { "_id": "6426e90031af623fe56938c6" } } ], "user": "61a956551a113f7e13c45c10" } '
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
[ { "_id": "6426e90031af623fe56938c8", "name": "New Samsung s16", "qty": 1, "variant": { "_id": "6426e90031af623fe56938c6" } }]
"61a956551a113f7e13c45c10"
Was this page helpful?