SellerUpdate
Definition
Use this call to update the email address of the seller making the call.
Request URI: https://api.sellercenter.lazada.sg?Action=SellerUpdate
Parameters
Field | Type | Description |
---|---|---|
Action | string | SellerUpdate 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. |
Request body
<Request>
<Seller>
<Email>[email protected]</Email>
</Seller>
</Request>
Result sample
<?xml version="1.0" encoding="UTF-8"?>
<SuccessResponse>
<Head>
<RequestId/>
<RequestAction>SellerUpdate</RequestAction>
<ResponseType />
<Timestamp>2016-02-01T11:11:11+0000</Timestamp>
</Head>
</SuccessResponse>
Error messages
Error code | Message |
---|---|
1000 | Could not update seller |
1000 | Format Error Detected |
1000 | Invalid Email |
Updated about 7 years ago