API Documentation >> API 2.0 Main >> Shopping Cart Manipulation >> Check-out
Shopping Cart Check-out
Allowed HTTP Methods
- PUT - Checks out the authenticated user's shopping cart and creates the respective orders. The most orders possible will be paid from the user's account balance.
Resource Information
- Authentication - Required
- Response Format - XML or JSON
- Response Object -
{ account: Account, order: Order[] }
- API Version - 1.0
- Resource URI -
https://api.cardmarket.com/ws/v2.0/shoppingcart/checkout
Example Request
PUT https://api.cardmarket.com/ws/v2.0/shoppingcart/checkout