Retrieves the current shopping cart
curl --request GET \ --url https://api.firmly.work/api/v1/domains/staging.luma.gift/cart \ --header 'x-firmly-authorization: YOUR_TOKEN'
{ "cart_discount": { "currency": "USD", "value": 0, "symbol": "$", "number": 0 }, "line_items": [ { "base_sku": "WS12", "description": "Radiant Tee - Orange XS", "image": { "url": "https://cdn.staging.luma.gift/products/radiant-tee/orange.jpg" }, "line_item_id": "00000000-0000-0000-0000-000000000000", "line_price": { "currency": "USD", "value": 22.00, "symbol": "$", "number": 2200 }, "msrp": { "currency": "USD", "value": 22.00, "symbol": "$", "number": 2200 }, "platform_line_item_id": "4df9941b-bd06-4495-8759-61c6145dc408", "price": { "currency": "USD", "value": 22.00, "symbol": "$", "number": 2200 }, "quantity": 1, "requires_shipping": true, "sku": "WS12-XS-Orange" } ], "payment_method_options": [ { "type": "CreditCard", "wallet": "user" } ], "shipping_total": { "currency": "USD", "value": 0, "symbol": "$", "number": 0 }, "sub_total": { "currency": "USD", "value": 869.99, "symbol": "$", "number": 86999 }, "tax": { "currency": "USD", "value": 2.20, "symbol": "$", "number": 220 }, "total": { "currency": "USD", "value": 24.20, "symbol": "$", "number": 2420 } }
staging.luma.gift
true
active
submitted
Show Line Item Object
Show Price Object
Show Image Object