Query the Seller's Platform Account Status(API-D01)

Interface description

Users can query the seller's account locking status in real time。

  • If a seller applies for a loan for multiple stores, if only one of the stores and the status is unlocked, then the lockStatus is UNLOCKED will be returned.

Interface address

POST    /v1/seller/account-lock

Request header

Filed Description Required
applicationCode String(32)
Dowsure Seller Application Code
Required
platformCode Enum
Platform code
AMAZON、EBAY、SHOPEE
Optional

Request parameters

{
    "applicationCode":"",
    "platformCode":""
}

Response parameters

Filed</font> Description Required
applicationCode String(32)
Dowsure Seller Application Code
Required
platformLockStatus Object
Landing Lock Objects
Required

platformLockStatus

Filed Description Required
platformCode Enum
Platform Code
AMAZON、EBAY、SHOPEE
Required
lockStatus Enum
LOCKED、UNLOCKED
Required
shopLockList Object Optional

shopLockList

Filed Description Required
offerId String(32)
Seller Store offerId(MD5 encryption)
Optional
sellerId String(32)
Seller Code
Optional
lockStatus Enum
LOCKED、UNLOCKED
Optional

Response Example

{
    "applicationCode":"",
    "platformLockStatus": [
        {"platformCode": "AMAZON", "lockStatus": "LOCKED", 
             shopLockList:[{
                "offerId":"XXXXX",
                "sellerId":"XXXXX",
                "lockStatus":"LOCKED",
            }]
        },
        {"platformCode": "EBAY", "lockStatus": "UNLOCKED"}
    ]
}

results matching ""

    No results matching ""