API: Stock and Price updates

POST /api/marketplace/v2/products/stockprice/

Specification

To update stock and price on an existing product, please use this endpoint.
You can still update stock and price with the regular update endpoint, but this API has a higher priority.

Please see the specification for supported fields.

Asynchronous

This is an asynchronous endpoint, you will need to poll the pending_url to get the results.
See: Asynchronous task results