Create Item Transfer Request
Creates a Transfer Request, which consists of Items and Quantities to transfer from a Customer account to one of it’s sub-Customer accounts.
To submit a transfer request, the Target Customer must be a sub-Customer account of the requestor and the body must consist of at least one TransferItem object with a quantity greater than 0.
You can only request up to 500 items be transferred at a time. If you need to transfer more, multiple Transfer Request submissions are required.
The only requirement for the TransferItem’s item parameter is a JSON object that includes an ID of the Item requested.
Headers
Request
The ID of the Customer to transfer the Devices to.
A list of ItemTransfer objects containing the Item IDs and quantities to transfer.