Skip to main content
DELETE
/
{shopId}
/
cart
/
{cartId}
/
{itemId}
Delete cart item
curl --request DELETE \
  --url http://staging.qshop.ng/apiv2/{shopId}/cart/{cartId}/{itemId}

Documentation Index

Fetch the complete documentation index at: https://developers.qshop.tech/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

cartId
string
required
Example:

"01GR9FY5BSX6DF5N7AEC78191M"

itemId
string
required
Example:

"63dc15857a011d4891c7fd9e"

Response

200 - undefined