curl --request GET \
--url https://api.unibee.top/merchant/product/list \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"products": [
{
"createTime": 123,
"description": "<string>",
"homeUrl": "<string>",
"id": 123,
"imageUrl": "<string>",
"isDeleted": 123,
"merchantId": 123,
"metaData": "<string>",
"productName": "<string>",
"status": 123
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
curl --request GET \
--url https://api.unibee.top/merchant/product/list \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"products": [
{
"createTime": 123,
"description": "<string>",
"homeUrl": "<string>",
"id": 123,
"imageUrl": "<string>",
"isDeleted": 123,
"merchantId": 123,
"metaData": "<string>",
"productName": "<string>",
"status": 123
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter, Default All,,Status,1-active,2-inactive
Sort Field,id|create_time|gmt_modify,Default id
Sort Type,asc|desc,Default desc
Page, Start 0
Count Of Per Page
The response is of type object
.