1.8.0 - Added various fields to inventory resource, additional filtering
over 4 years ago by Robert Ho
- The inventory resource now includes UPC, ISBN, EAN, GTIN, ASIN, ePID, fnsku, and bin_location
- bin_location field can now be updated via /PUT inventory endpoint
- carrier_name is now required when creating shipments
- Filtering by created_at and updated is now available on the /GET inventory endpoint
- Added requested_shipping_special field to the orders and warehouses resource, which will determine if an order is shipped Amazon Prime or eBay Guaranteed Delivery.
Changelog
- added: Added product identifiers to inventory resource including UPC, ISBN, EAN, GTIN, ASIN, ePID
- added: Added fnsku to inventory resource
- added: Added bin_location field to inventory resource
- improved: carrier_name is now required when creating shipments
- added: Filtering /GET inventory endpoint by created_at_min and created_at_max
- added: Filtering /GET inventory endpoint by updated_at_min and updated_at_max
- improved: bin_location can now be updated through the /PUT inventory endpoint
- added: Added requested_shipping_special field to Order and Warehouse Fulfillments resource
- added: Added parent_sku to product JSON