Records receipt of CatalogItemVariations for a transfer order.
POST
/v2/transfer-orders/{transfer_order_id}/receive
Records receipt of CatalogItemVariations for a transfer order.
This endpoint supports partial receiving - you can receive items in multiple batches.
For each line item, you can specify:
The order must be in STARTED or PARTIALLY_RECEIVED status. Received quantities are added to the destination Location's inventory according to their condition. Canceled quantities are immediately returned to the source Location's inventory.
When all items are either received, damaged, or canceled, the order moves to COMPLETED status.
Creates a transfer_order.updated webhook event.