Types > InventoryLocationRelocate
Description
Topic: Inventory Locations
Fields
from_inventory_location_id: String!
Inventory location id to relocate inventory from. See also: Unique Identifiers
Example: "il_EQzGqWoY"
Valid when: from_inventory_location_id is not empty
Valid when: from_inventory_location_id matches regexp pattern: ^il_
to_inventory_location_id: String!
Inventory location id to relocate inventory to. See also: Unique Identifiers
Example: "il_EQzGqWoY"
Valid when: to_inventory_location_id is not empty
Valid when: to_inventory_location_id matches regexp pattern: ^il_
Used By
Mutations
Preview (typescript)
Loading module