GetSKU
Host: dip-cb.binanceapi.com
GET /mp-api/v1/apps/{appId}/skus?page=1&limit=20&auditStatus=
Header
Parameter | Required | Description |
---|---|---|
X-Mp-Open-Api-Token | Y | JWT token, please refer to Description of External Interface Signature Authentication Algorithm |
Path Parameters
Parameter | Description |
---|---|
appId | appId of the mini program |
page | specify query page |
limit | Limit for every page. Maximum size is 50 |
auditStatus | sku audit status.
|
Response
HTTP 200
Response Parameters
Parameter | Description |
---|---|
skus | array of skus info |
audit | audit info for this sku |
online | online info for this sku |
imageStatus | sku image status UPLOADING , SUCCESS , FAILED , NONEXISTED |
auditStatus | sku audit status TODO , APPROVED , REJECTED |
availableStatus | sku available status that is controlled by merchants ACTIVE , DEACTIVE |
metadata | pagination info. itemCount is total count for current response itemsPerPage is total count per page by given request |