v1
latestOpenAPI 3.0.22026-07-223907721.1 MBOffer
Update Price
Lightweight request which update price informationonly for already listed offers. If a offer is not yet listed on any Channel data will be be ignored.
put/v1/seller/offer/price
Request body
Example request
{
"offerList": [
{
"channel": "MYBESTDEALCOMDE",
"offerId": 5437233,
"sellerId": "4711",
"channelOfferId": "XCD233554",
"priceList": [
{
"id": "B2C",
"quantityPriceList": [
{
"amount": "14.65",
"currency": "EUR",
"quantity": "1.0"
}
]
}
]
}
]
}Response
Created