GET
/
cart
/
{token}
curl --request GET \
  --url https://api.loopreturns.com/api/v1/cart/{token} \
  --header 'X-Authorization: <api-key>'
{
  "cart": [
    39076568408247
  ]
}

Authorizations

X-Authorization
string
header
required

Path Parameters

token
string
required

The unique identifier token associated with a cart.

Response

200
application/json
Success
cart
integer[]

An array of product variant identifiers.