square.createTransferOrder creates a new transfer order in DRAFT status.
Example
automations/square-create-transfer-order.automation.ts
Inputs
Every input accepts a compatible signal. It requiresINVENTORY_READ and INVENTORY_WRITE.
Use the official CreateTransferOrder reference for provider field semantics and limits.
Output
Returns the officialSquare.CreateTransferOrderResponse response as a codec-safe object. Square integer money amounts remain bigint values.