{
"pageIndex": 1,
"pageSize": 1,
"sorts": [
{
"field": "string",
"isAsc": true
}
],
"categoryId3": 0,
"productSpuNum": "string",
"brandIds": [
0
],
"title": "string",
"minPrice": 0,
"maxPrice": 0,
"productSpuStatus": 0,
"createTimeStart": "2019-08-24T14:15:22.123Z",
"createTimeEnd": "2019-08-24T14:15:22.123Z",
"updateTimeStart": "2019-08-24T14:15:22.123Z",
"updateTimeEnd": "2019-08-24T14:15:22.123Z"
}curl --location 'https://paas-gateway.imetastore.io/merchant-api/seller/product' \
--header 'Authorization: bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NjAwODIzODksInVzZXJfaW5mbyI6eyJ1c2VybmFtZSI6IjE4NTEwODk3MDE3Njc3NDU1MzciLCJ1c2VySWQiOjE4NTEwODk3MDE3Njc3NDU1MzcsInByb3h5VXNlcklkIjoxODUxMDg5NzAxNzY3NzQ1NTM3LCJ0ZW5hbnRJZCI6MSwidXNlclR5cGUiOjQsImxvZ2luRGV2aWNlTnVtIjoid2ViOjAiLCJhdXRob3JpdGllcyI6bnVsbCwiZW5hYmxlZCI6dHJ1ZSwicGFzc3dvcmQiOm51bGwsImFjY291bnROb25FeHBpcmVkIjp0cnVlLCJhY2NvdW50Tm9uTG9ja2VkIjp0cnVlLCJjcmVkZW50aWFsc05vbkV4cGlyZWQiOnRydWV9LCJ1c2VyX25hbWUiOiIxODUxMDg5NzAxNzY3NzQ1NTM3IiwianRpIjoiMTAwMTcyMDctMTBjZi00OWFiLWFkMmUtOTE5YjUyZDk1MzczIiwiY2xpZW50X2lkIjoiZGVmYXVsdCIsInNjb3BlIjpbXX0.A_oWtsndwVZqw0xFTnHsEh9SFBoO4lbPvxw5ETEGnZWgvjjrVqiSLhEQtYb0hVeOKvyTC7j5qCGbQKxkII3UuygmepUOgN00_C-aSIs_Mt3VuknDuw2P_f8WOImj-Lr5jX61L85oZtcGVRmFWCu7QTDnKbM7fORwMKmJ27KOBDZJZP0b_WvnH3FXu7rTyGLTKR0SaHCJYXYCQ5IrDvx-C7u-jQHTxvpjLEv4GH2D3S8pQ4qmIo-79aONpT61n86H_rSI99Olpv0C6b4tbOv_ET5nSACHWzxX9zOdVN1yO6pBh_4bXVHF5rNszPpWC2LqgNy1-5ftbQW0JMmgMhgkjj' \
--header 'Content-Type: application/json' \
--data '{
"pageIndex": 1,
"pageSize": 1,
"sorts": [
{
"field": "string",
"isAsc": true
}
],
"categoryId3": 0,
"productSpuNum": "string",
"brandIds": [
0
],
"title": "string",
"minPrice": 0,
"maxPrice": 0,
"productSpuStatus": 0,
"createTimeStart": "2019-08-24T14:15:22.123Z",
"createTimeEnd": "2019-08-24T14:15:22.123Z",
"updateTimeStart": "2019-08-24T14:15:22.123Z",
"updateTimeEnd": "2019-08-24T14:15:22.123Z"
}'{
"code": "string",
"msg": "string",
"time": "2019-08-24T14:15:22.123Z",
"data": {
"pageIndex": 0,
"pageSize": 0,
"totalCount": 0,
"pageCount": 0,
"list": [
{
"id": 0,
"title": "string",
"productSpuNum": "string",
"brandId": 0,
"brandName": "string",
"categoryId3": 0,
"categoryName3": "string",
"productSpuStatus": 0,
"publishDate": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"deliveryType": 0,
"isConsignment": true,
"description": "string",
"productSkus": [
{
"id": 0,
"title": "string",
"minLimit": 0,
"maxLimit": 0,
"price": 0,
"currencyCode": "string",
"currencySymbol": "string",
"productSkuAttrMap": {
"property1": "string",
"property2": "string"
},
"deliveryTime": 0,
"deliveryTimeUnit": 0,
"stock": 0,
"alertStock": 0,
"sort": "string",
"updateTime": "2019-08-24T14:15:22.123Z"
}
],
"productSpuImages": [
{
"imageUrl": "string"
}
],
"offShelfReason": "string",
"offShelfTime": "2019-08-24T14:15:22.123Z",
"standardId": "string",
"spuItemUrl": "string",
"spuListUrl": "string",
"productSpuCategoryAttrs": [
{
"productSpuId": "string",
"categoryAttrId": "string",
"categoryAttrName": "string",
"categoryAttrValueId": "string",
"categoryAttrValueName": "string",
"categoryAttrValueText": "string",
"sort": 0
}
],
"isStandard": true
}
]
}
}