Skip to main content
GET
/
shops
/
{shopId}
/
cart
Get Cart ID
curl --request GET \
  --url http://staging.qshop.ng/apiv2/shops/{shopId}/cart
{
  "msg": "<string>",
  "data": "<unknown>",
  "success": true
}

Path Parameters

shopId
string
required

Query Parameters

id
string

Response

404 - application/json
msg
string
required
data
null
required
success
boolean
required