Seller.addLogo
Instructs about the seller logo update. Binary file is not send, only URL.
Execution frequency
Action is triggered when the seller on SC side - SC > Settings > Your Profile > Seller Logo - updates his profile information.
Request
JSON example:
[
{
"api":1,
"method":"auth",
"params":{
"username":"...",
"password":"..."
},
"id":1
},
{
"api":1,
"method":"Seller.addLogo",
"params":{
"imageInfos":[
{
"sellerId":"33295",
"fileUrl":"https:\/\/sellercenter.net\/5\/3ad4b3bf04.jpg"
}
]
},
"id":1
}
]
Request fields:
Field name |
Type |
Value |
Description |
---|---|---|---|
method |
string |
"Seller.addLogo" |
Action name |
sellerId |
string |
"33295" |
Seller Id |
fileUrl |
string |
"https:\/\/sellercenter.net\/5\/3ad4b3bf04.jpg" |
Logo file URL |
Response
Returns an array with the boolean value to indicate of the update was successfully. The boolean values respect the order of the request, for simplyfing the update on sellercenter side.
JSON example:
[
{
"api":1,
"result":{
"2413":true
},
"id":1
}
]
Response fields:
Field name |
Type |
Value |
Description |
---|---|---|---|
result |
array |
["2413" => true] |
Returns logo upload status:
|