cURL
curl --request PATCH \ --url http://staging.qshop.ng/apiv2/{shopId}/cart/62bcfdf2be73c47f81b25f91 \ --header 'Content-Type: application/json' \ --data ' { "items": [ { "_id": "620230690d148855678615aa", "qty": 1, "variant": { "options": [ { "id": "620230e20d148855678615cb", "label": "Color", "name": "LetStayHome" } ] } } ] } '
Show child attributes
"620230690d148855678615aa"
1
"620230e20d148855678615cb"
"Color"
"LetStayHome"
[ { "id": "620230e20d148855678615cb", "label": "Color", "name": "LetStayHome" }]
[ { "_id": "620230690d148855678615aa", "qty": 1, "variant": { "options": [ { "id": "620230e20d148855678615cb", "label": "Color", "name": "LetStayHome" } ] } }]
Was this page helpful?