MigrateImages

Definition

Use this call to migrate multiple images from an external site to Lazada site. Allowed image formats are JPG and PNG. The maximum size of an image file is 1MB. A single call can migrate 8 images at most.

Request URI: https://api.sellercenter.lazada.sg?Action=MigrateImages

Parameters

FieldTypeDescription
ActionstringMigrateImages
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.

Code sample, response, result sample

The code sample, response, and result sample are similar with those of the MigrateImage call.

Error messages

Error codeMesssage
5E005: Invalid Request Format
6E006: Unexpected internal error
30E030: Empty Request
301E301: Migrate Image Failed
302E302: Not supported URL.
303E303: The image is too large
901E901: The request is too frequent, or the requested functionality is temporarily disabled.
1000Internal Application Error.