Offers List
Supported arguments
Name
Value
Param
Param Type
Type
Required
Description
{
"message": "string",
"statusCode": 200,
"totalPages": 0,
"totalCount": 0,
"data": [
{
"offerId": 0,
"product": {
"id": 0,
"title": "string",
"productStatus": "string"
"isPreReleased" 0
},
"unitsSold": 0,
"onHand": 0,
"status": 0,
"sellingPrice": {
"amount": 0,
"currency": "string"
},
"commission": {
"amount": 0,
"currency": "string",
"type": "string"
},
"listingPrice": {
"amount": 0,
"currency": "string"
},
"isLowest": true,
"lowestPrice": {
"amount": 0,
"currency": "string"
},
"declaredStockKeys": 0,
"declaredStockReservedKeys": 0,
"inventoryReservedKeys": 0
}
]
}Last updated