Inventory Deallocation Item

Individual inventory item for deallocation process.
JSON example
1{
2  "sourceItemId": "0CoSG000006cqWo0AI",
3  "sourceLocationIds": ["131SG000001ErblYAC", "131SG000001ErblYBC"],
4  "deallocations": []
5}
Properties
Name Type Description Required or Optional Available Version
deallocations Inventory Deallocation Location[] List of deallocation data, including location and optional serialized product details.
  • Required if sourceLocationIds is not provided.
  • Cannot be combined with sourceLocationIds.
67.0
sourceItemId String The ID of the source item. Required 66.0
sourceLocationIds String[] List of location IDs.
  • Required if deallocations is not provided.
  • Cannot be combined with deallocations.
66.0