Basket Resources

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (8)

View Page History



*Response Representation:*





h2. Update Basket





h2. Delete Basket





*Response Representation:*





h2. Update Basket Item





h2. Delete Basket Item

You can find more basket item examples in the [API browser application|API Browser] .

h2. Retrieve Basket Checkout URL

Returns the URL you can use to forward your customer to our marketplace or shop checkout.

|| Url | .../v1/baskets/\{basketId\}/checkout ||
|| Sample | [http://api.spreadshirt.net/api/v1/baskets/20000001/checkout] ||
|| Type | Entity ||
|| Method | GET ||
|| Special Status Codes | ||
|| APIKey | true ||
|| SessionId | false ||

*Response Payload:*

Reference similar to the following one ...
{noformat}
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<reference xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://api.spreadshirt.net" xlink:href="https://www.spreadshirt.com/us-us/-C2001/Checkout/Basket/cart/basket/58b0c256-81ce-4d26-a709-0e2962d9a4a7"/>
{noformat}

h1. Use Cases