curl --location 'https://c2.xinheyun.com/api/open/v3/item_price_product/searchAfter' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data '{
"body": {
"conditions": {
"id": {
"conditionType": "FILTER",
"filter": [
"string"
]
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"extendFieldParams": [
{
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
},
"key": "string"
}
],
"boundaryIds": [
"string"
],
"length": 1
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"itemType": "string",
"unitName": "string",
"itemCategoryName": "string",
"itemCode": "string",
"excludingTaxPrice": 0,
"isStaged": true,
"itemAlbum": {},
"taxRate": 0,
"itemName": "string",
"createTime": 0,
"price": 0,
"itemPriceName": "string",
"itemSpecification": {}
}
],
"start": 0,
"length": 0,
"recordsTotal": 0,
"boundaryIds": [
"string"
]
}
}