Transfer Inventory (Product)
logiwa_transfer_inventoryTransfer product quantities between warehouse locations or license plates by specifying product SKU/identifier and source/target locations. Returns the Logiwa transfer result.
Instructions
Move a quantity of a product between warehouse locations / license plates.
Identify the product (productSku or productIdentifier) and the source/target locations. Use codes (human-readable) or identifiers (UUIDs). Resolve values with logiwa_lookup, logiwa_list_warehouses and logiwa_list_warehouse_locations.
Args (common):
productSku or productIdentifier (string): which product to move
quantity (number, required): units to transfer
sourceWarehouseCode / sourceWarehouseLocationCode (string): where the stock is now
targetWarehouseLocationCode (string): where to move it
packTypeName, lotBatchNumber, expiryDate (string): optional Provide any other Logiwa transfer fields via additional_fields.
Returns: the transfer result from Logiwa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | Yes | Quantity to transfer (required). | |
| expiryDate | No | ISO date. | |
| productSku | No | SKU of the product to move. | |
| packTypeName | No | ||
| lotBatchNumber | No | ||
| clientIdentifier | No | ||
| additional_fields | No | Escape hatch for any extra Logiwa request-body fields not exposed as typed parameters above. Keys must match the Logiwa API's camelCase field names; merged verbatim into the request body. | |
| productIdentifier | No | UUID of the product to move. | |
| sourceWarehouseCode | No | ||
| sourceLicensePlateNumber | No | ||
| targetLicensePlateNumber | No | ||
| sourceWarehouseLocationCode | No | ||
| targetWarehouseLocationCode | No |