1.9.0 - New products endpoint and more updates
about 4 years ago by Robert Ho
- Added new Products REST endpoints. This will allow merchants to create products and product variations through the Sellbrite API. Please see https://developer.sellbrite.com/v1.0/reference#products for more information
- Inventory can now update "available" quantity. Please see https://developer.sellbrite.com/v1.0/reference#inventories for more information
Changelog
- added: GET /products
- added: POST /products/:sku
- added: DELETE /products/:sku
- added: GET /variation_group/:sku
- added: PUT /variation_group/:sku
- added: DELETE /variation_group/:sku
- improved: PUT /inventory