v1
latestOpenAPI 3.0.22026-07-223907721.1 MBOffer
Update Stock
Lightweight request which update stock amount only for already listed offers. If a offer is not yet listed the requests will be ignored.
put/v1/seller/offer/stock
Request body
Example request
{
"offerList": [
{
"channel": "MYBESTDEALCOMDE",
"offerId": 5437233,
"sellerId": "4711",
"channelOfferId": "XCD233554"
}
]
}Response
Created