Listings
A Listing consists of three parts:
- sku_id
- price
- inventory
The Listings API, is for creating or deleting a Listing for a SKU in your store. You may set an initial Price and Inventory at this time.
Updates to Price and Inventory may be performed via the Price API and Inventory API respectively, using the SKU as the index.
To create, update or delete listings, please check the auto-generated API docs which give you details of the endpoints, request parameters and expected responses.
API specification
Add or update a listings via SKU id or Listing ID with the Listings API
Update a price via SKU id with the Price API
Update inventory count via SKU id with the Inventory API