Transfer Order Properties

🔒

Requires inventory access scope.)

Transfer Order Properties

FieldsTypeDesc
idstringTransfer order id.
order_nostringTransfer order number.
source_location_idstringSource warehouse id.
source_location_namestringSource warehouse name.
target_location_idstringTarget warehouse id.
target_location_namestringTarget warehouse name.
statusTransferOrderStatusTransfer order status.
notestringNote
finished_atstring
created_atstring
updated_atstring
reject_notestringReject note
total_quantityintThe total number of product transferred
shipped_quantityintThe quantity that has been shipped
received_quantityintThe quantity received
transfer_atstringTransfer time
transfer_quantityintThe quantity of this transfer

TransferOrderStatus

StatusDesc
0draft
1waiting approve
2approved
3shipped
4finished
5discrepant
6waiting recheck
7canceled

Example

{
        "id": 395125033971760113,
        "order_no": "TF202406250005",
        "source_location_id": 328074841150206109,
        "source_location_name": "",
        "target_location_id": 329135840234054596,
        "target_location_name": "",
        "status": 4,
        "note": "",
        "finished_at": "2024-06-25T08:07:01Z",
        "created_at": "2024-06-25T08:05:49Z",
        "updated_at": "2024-06-25T08:07:01Z",
        "reject_note": "",
        "total_quantity": 0,
        "shipped_quantity": 0,
        "received_quantity": 0,
        "transfer_at": "2024-06-25T08:05:49Z",
        "transfer_quantity": 0
}