cURL
curl --request GET \ --url https://api.loopreturns.com/api/v1/cart/{token} \ --header 'X-Authorization: <api-key>'
{ "cart": [ 39076568408247 ] }
Get an existing cart by cart token. You can get a cart token by calling the Create Cart endpoint.
The unique identifier token associated with a cart.
Success
An array of product variant identifiers.
The unique identifier associated with a product variant.