Query the offer sending status(API-C02)
Interface description
After the user requests the offer to be sent, the sending status of the offer can be queried through this interface.
Interface address
GET /v1/seller/offer-status
Request parameters
Field | Description | Required |
---|---|---|
customerId | String(32) Dowsure users code |
Required |
Request Example
[{
"customerId":"xxxxx"
}]
Response Parameters
Field | Description | Required |
---|---|---|
sellerId | String(32) Seller ID |
Required |
offerSendStatus | Enum Seller offer sending status SEND_TO_PROCESSING、 SEND_SUCCESS、 SEND_FAIL |
Required |
reason | Enum Fail Reason NOT_SUPPORT(Non American station and German station) ACCOUNT_LOCKED(The store has locked the collection account) ACCOUNT_RISK_MANAGEMET(The store did not meet the risk control review of Amazon, and the business risk) |
if Required When [offerSendStatus=SEND_FAIL] Required |
Response Example
[{
"sellerId":"ANTHH9FYI9WFU",
"offerSendStatus":"SEND_TO_PROCESSING",
"result":""
}]