/shoppingcart/shippingaddress
Allowed HTTP Methods
- PUT - Changes the authenticated user's shipping address for all reservations in the shopping cart. This address becomes active and will be attached to the created orders after the checkout.
Resource Information
- Authentication - Required
- Request Object - Address
- Response Format - XML or JSON
- Response Object - Shopping Cart
- API Version - 1.1
- Resource URI -
https://api.cardmarket.com/ws/v1.1/shoppingcart/shippingaddress
Example Request
PUT https://api.cardmarket.com/ws/v1.1/shoppingcart/shippingaddress
<?xml version="1.0" encoding="UTF-8" ?>
<request>
<name>Manuela Musterfrau</name>
<extra />
<street>Hauptweg 15</street>
<zip>12345</zip>
<city>Berlin</city>
<country>D</country>
</request>