Offer
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.