v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Marketplaces - Orders - Global

[DEPRECATED] Get all actions you can do on the order API

get/v2/user/marketplaces/orders/

Headers

If-None-Matchstring

ETag value to identify the last known version of requested resource.
To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.
If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3

Response

Order index

Example response

{
  "links": {
    "self": {
      "href": "/v2/user/marketplaces/orders",
      "method": "GET"
    },
    "status": {
      "href": "/v2/user/marketplaces/orders/status",
      "method": "GET"
    },
    "harvest": {
      "href": "/v2/user/marketplaces/orders/harvest",
      "method": "POST"
    },
    "setMerchantInfos": {
      "href": "/v2/user/marketplaces/orders/setMerchantOrderInfos",
      "method": "POST",
      "parameters": {
        "request": {
          "in": "body",
          "required": true,
          "type": "object",
          "schema": "setMerchantOrderInfoRequest"
        }
      }
    },
    "clearMerchantInfos": {
      "href": "/v2/user/marketplaces/orders/clearMerchantOrderInfos",
      "method": "POST"
    },
    "export": {
      "href": "/v2/user/marketplaces/orders/exportations",
      "method": "POST",
      "properties": {
        "request": {
          "in": "body",
          "required": true,
          "type": "object",
          "schema": "exportOrderListRequest"
        }
      }
    },
    "autoTransitions": {
      "href": "/v2/user/marketplaces/orders/autoTransitions",
      "method": "GET"
    },
    "exportations": {
      "href": "/v2/user/marketplaces/orders/exportations",
      "method": "GET"
    },
    "orders": {
      "href": "/v2/user/marketplaces/orders/list/full",
      "method": "POST",
      "properties": {
        "Accept-Encoding": {
          "in": "header",
          "required": true,
          "type": "​array",
          "schema": "string"
        },
        "request": {
          "in": "body",
          "required": false,
          "type": "object",
          "schema": "orderListRequest"
        }
      }
    },
    "lightOrders": {
      "href": "/v2/user/marketplaces/orders/list/light",
      "method": "POST",
      "properties": {
        "request": {
          "in": "body",
          "required": false,
          "type": "object",
          "schema": "orderListRequest"
        }
      }
    }
  },
  "lovLinks": {
    "orderChangeBusinessOperationType": {
      "href": "/v2/public/Go2CultureName",
      "method": "GET"
    },
    "orderState": {
      "href": "/v2/public/Go2CultureName",
      "method": "GET"
    },
    "orderProperty": {
      "href": "/v2/public/Go2CultureName",
      "method": "GET"
    },
    "orderPropertyPosted": {
      "href": "/v2/public/Go2CultureName",
      "method": "GET"
    }
  }
}