[
{
"offerType": "B2C",
"BuyingPrice": {
"LandedPrice": {
"currencyCode": "string",
"amount": 0
},
"ListingPrice": {
"currencyCode": "string",
"amount": 0
},
"Shipping": {
"currencyCode": "string",
"amount": 0
},
"Points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
}
},
"RegularPrice": {
"currencyCode": "string",
"amount": 0
},
"businessPrice": {
"currencyCode": "string",
"amount": 0
},
"quantityDiscountPrices": [
{
"quantityTier": 0,
"quantityDiscountType": "QUANTITY_DISCOUNT",
"listingPrice": {
"currencyCode": "string",
"amount": 0
}
}
],
"FulfillmentChannel": "string",
"ItemCondition": "string",
"ItemSubCondition": "string",
"SellerSKU": "string"
}
]