{ "opencollection": "1.0.0", "info": { "name": "Back Market - API Guidelines Orders API", "version": "0.1.1" }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Get the orders", "type": "http" }, "http": { "method": "GET", "url": "https://preprod.backmarket.co.jp/ws/orders", "params": [ { "name": "date_creation", "value": "2014-06-24T12:55:57Z", "type": "query", "description": "Filter to get orders by their date of creation in RFC3339 format" }, { "name": "date_modification", "value": "2014-06-24T12:55:57Z", "type": "query", "description": "Filter to get orders by their date of last modification in RFC3339 format" }, { "name": "country_code", "value": "fr-fr", "type": "query", "description": "Filter on the order country of origin" }, { "name": "state", "value": "1", "type": "query", "description": "Filter on the order state. See OrderState object for more details." }, { "name": "page", "value": "2", "type": "query", "description": "The page number for pagination" }, { "name": "page-size", "value": "20", "type": "query", "description": "The page size for pagination" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Gets the orders for a given merchant and set of filters.\nRetrieves all the orders that are neither in state=0 (New Order) nor state=8 (Order not paid).\n\n## Orders\n\nSummary of the `Product`/`Listing` structure :\n\"Product\n\n`Orders` workflow diagram :\n