Inventory API
Migrate to Updated API Entities
As the Inventory API evolves, some of the API entities are updated, some are deprecated for backward compatibility, and some are retired and no longer supported. The following information can help you migrate to updated API entities until they are retired.
The following endpoints have updated URLs to conform to the standard REST API convention. Their deprecated URLs are now part of the respective deprecated endpoints with the Deprecated
prefix in their names. Support of these deprecated endpoints ends when they are retired in about 12 months.
Each pair of the updated endpoints and the corresponding deprecated endpoints share the same behavior.
Updated endpoint | Deprecated URL |
---|---|
RetrieveInventoryAdjustmentGET /v2/inventory/adjustments/{adjustment_id} | DeprecatedRetrieveInventoryAdjustmentGET /v2/inventory/adjustment/{adjustment_id} |
BatchChangeInventoryPOST /v2/inventory/changes/batch-create | DeprecatedBatchChangeInventoryPOST /v2/inventory/batch-change |
BatchRetrieveInventoryChangesPOST /v2/inventory/changes/batch-retrieve | DeprecatedBatchRetrieveInventoryChangesPOST /v2/inventory/batch-retrieve-changes |
BatchRetrieveInventoryCountsPOST /v2/inventory/counts/batch-retrieve | DeprecatedBatchRetrieveInventoryCountsPOST /v2/inventory/batch-retrievve-counts |
RetrieveInventoryPhysicalCountGET /v2/inventory/physical-counts/{physical_count_id} | DeprecatedRetrieveInventoryPhysicalCountGET /v2/inventory/physical-count/{physical_count_id} |
If you need more assistance, contact Developer Support or ask for help in the Developer Forums.