Creates a new transfer order in DRAFT status.
POST
/v2/transfer-orders
Creates a new transfer order in DRAFT status.
A transfer order represents the intent to move CatalogItemVariations from one Location to another. The source and destination locations must be different and must belong to your Square account.
In DRAFT status, you can:
The request requires source_location_id and destination_location_id. Inventory levels are not affected until the order is started via StartTransferOrder.
Common integration points:
Creates a transfer_order.created webhook event.