Contents

/orders/:actor/:state[/:start]

Allowed HTTP Methods

Attention: Although it's possible to use this request unpaginated, it will redirect to the paginated request if the response would contain more than 100 entities.

Resource Information

Parameters

Example Request

1. Returns orders 101 to 200 (partial content), where the authenticated user is seller and that are marked as received (i.e. all completed orders)

GET https://api.cardmarket.com/ws/v1.1/orders/seller/received/101 or GET https://api.cardmarket.com/ws/v1.1/orders/1/8/101


2. Returns all orders, where the authenticated user is buyer and that are marked as sent

GET https://api.cardmarket.com/ws/v1.1/orders/buyer/sent or GET https://api.cardmarket.com/ws/v1.1/orders/2/4