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

FieldTypeDescription
ActionStringGetMultipleOrderItems
Name of the API that is to be called. Mandatory.
FormatStringThe response format, with XML as the default. Can be XML or JSON. Optional.
TimestampDateTimeThe current time in ISO8601 format (e.g., Timestamp=2016-04-01T10:00:00+02:00 for Berlin). Mandatory.
UserIDStringThe ID of the user making the call. Mandatory.
VersionStringThe API version against which this call is to be executed. The current version is "1.0". Mandatory.
SignatureStringThe 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.
OrderIdListarray of longComma-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 codeMessage
37E037: One or more order id in the list are incorrect
38E038: Too many orders were requested
39E039: No orders were found
56E056: Invalid OrdersIdList format. Must use array format [1,2]