GetMultipleOrderItems
Definition
Use this call to get the item information of one or more orders.
Request URI: https://api.sellercenter.lazada.sg?Action=GetMultipleOrderItems
Parameters
Field | Type | Description |
---|---|---|
Action | String | GetMultipleOrderItems Name of the API that is to be called. Mandatory. |
Format | String | The response format, with XML as the default. Can be XML or JSON. Optional. |
Timestamp | DateTime | The current time in ISO8601 format (e.g., Timestamp=2016-04-01T10:00:00+02:00 for Berlin). Mandatory. |
UserID | String | The ID of the user making the call. Mandatory. |
Version | String | The API version against which this call is to be executed. The current version is "1.0". Mandatory. |
Signature | String | The cryptographic signature, authenticating the request. You must create this value by computing the SHA256 hash of the request, using the API key of the user specified in the UserID parameter. Mandatory. |
OrderIdList | array of long | Comma-separated list of order identifiers in square brackets. |
Code sample, response, and result sample
The code sample, response, and result sample are similar with those of the GetOrderItems call.
Error messages
Error code | Message |
---|---|
37 | E037: One or more order id in the list are incorrect |
38 | E038: Too many orders were requested |
39 | E039: No orders were found |
56 | E056: Invalid OrdersIdList format. Must use array format [1,2] |
Updated about 7 years ago