Parameters

cart
dictionary
listing_id
array
PATCH/products/v1/cart
curl https://api.tradly.app/products/v1/cart \
  -H "Authorization: Bearer YOUR_PUBLISHABLE_OR_SECRET_KEY" \
  -H "Content-Type: application/json" \
  -X PATCH \
  -d '{
  "cart": {
    "listing_id": [
      134569
    ]
  }
}'
RESPONSE
{
  "status": true,
  "data": {}
}