* = Required
Transfer Orders
Name |
Description |
Type |
Values |
ExternalId* |
The external identifier for the transfer order. | String | |
Name* |
Unique, changeable, text identifier.(Inherited from BaseObject.) | String | |
Closed* |
If Closed then the Transfer Order has no further effect on the Inventory Plan. | Boolean | |
Description |
Text for describing the object.(Inherited from BaseObject.) | String | |
Notes |
Comments or special considerations pertaining to this object. Inherited from BaseObject.) | String | |
Priority |
Usually used to specify a combination of importance and urgency. This can be used by the Balanced Composite Rule. Lower numbers are more urgent/important. | Int32 | |
UserFields |
Optional list of user-defined fields. Null if not initialized.(Inherited from BaseObject.) | String |
Transfer Order Distributions
ExternalID* |
The external identifier for the transfer order distribution. | String | |
TransferOrderExternalId* |
The external identifier for the transfer order. | String | |
FromWarehouseExternalId* |
The warehouse that supplies the items being transfered. | String | |
ToWarehouseExternalId* |
The warehouse receiving the items being tranfsered. | String | |
ItemExternalId* |
The external identifier of the items being transferred from one warehouse to another. | String | |
QtyOrdered* |
The number of items that are to be transferred to another warehouse. | Double | |
QtyShipped* |
The number of items that were shipped to the receiving warehouse. | Double | |
QtyReceived* |
The number of items that were received by the receiving warehouse. | Double | |
ScheduledShipDate* |
The date and time at which the items are scheduled to leave the first warehouse. | DateTime | |
ScheduledReceiveDate* |
The date and time at which the items are scheduled to arrive at the receiving warehouse. | DateTime | |
Closed* |
If true, the transfer order is considered closed. | Boolean |