Contents

GET orders/:actor/:status[/:start]

Returns a collection of orders specified by the actor parameter (buyer or seller) and the status parameter (bought, paid, sent, received, lost, cancelled). Only orders for the authenticated user are returned. Returns 206 Partial Content, if the resulting collection contains more than 100 orders. A starting product can be specified by the optional start parameter.

Resource Information
Authentication Required
Response Format XML
HTTP Methods GET
Response Object Order
API Version 1.0


Resource URL

https://www.mkmapi.eu/ws/:user/:apikey/orders/:actor/:status[/:start]


Parameters

actor Mandatory
status Mandatory
start Optional


Example Request

GET https://www.mkmapi.eu/ws/someuser/someapikey/orders/1/4/101