GetSKU
Host: dip-cb.binanceapi.com
GET /mp-api/v1/apps/{appId}/skus/{skuId}
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 |
skuId | skuId of the SKU |
Response
HTTP 200
Response Parameters
Parameter | Description |
---|---|
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 |
ErrorCode | Remark |
---|---|
000000 | Success |
900001 | Invalid param |
900002 | Jwt auth failed |
900003 | Unexpected error |
900004 | Invalid fileId |
900260 | Invalid skuId |