Delete Inventory by External IDs
Delete an inventory record identified by the product variant’s external_id and the location’s external_id. If more than one product variant in the shop shares the same external_id, this request returns 409 Conflict.
Authorizations
API Scope: "Inventory (write)"
Path Parameters
The identifier provided as the external_id for this variant.
64"4006381333931"
The identifier provided as the external_id for this location.
64"main-warehouse"
Response
Success
The identifier provided as the external_id for this variant.
"4006381333931"
The identifier provided as the external_id for this location.
"main-warehouse"
The unique identifier for the product variant, created by Loop.
674353902539857400
The unique identifier for the location, created by Loop.
631923350119788400
Whether the inventory was successfully deleted.
true