Skip to main content
PATCH
/
{shopId}
/
cart
/
62bcfdf2be73c47f81b25f91
Update cart
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"
          }
        ]
      }
    }
  ]
}
'

Body

application/json
items
object[]
Example:
[
{
"_id": "620230690d148855678615aa",
"qty": 1,
"variant": {
"options": [
{
"id": "620230e20d148855678615cb",
"label": "Color",
"name": "LetStayHome"
}
]
}
}
]

Response

200 - undefined