Transfer Order

The Transfer Order transaction is used to move inventory between locations when the Multi-Location Inventory (MLI) feature is enabled. Existing integrations with external warehouse management systems can leverage this transaction to manage data about inventory movement between locations.

Transfer orders can initialize item fulfillment and item receipt transactions. See Item Fulfillment and Item Receipt for details about these transactions.

The transfer order record is defined in the tranInvt (inventory) XSD.

Supported Operations

The following operations can be used to modify transfer order records:

add | addList | attach / detach | delete | deleteList | get | getDeleted | getList | getSavedSearch | getSelectValue | initialize / initializeList | search | update | updateList | upsert | upsertList

Note:

You can also use the asynchronous equivalents of SOAP web services list operations. For information about asynchronous operations, see SOAP Web Services Asynchronous Operations. For more information about request processing, see Synchronous Versus Asynchronous Request Processing.

Field Definitions

The SOAP Schema Browser includes definitions for all body fields, sublist fields, search filters, and search joins available to this record. For details, see the SOAP Schema Browser’s transfer order reference page.

Note:

For information about using the SOAP Schema Browser, see SOAP Schema Browser.

Usage Notes

Transfer Order Features and Preferences

The Transfer Order transaction is available when the Multi-Location Inventory feature is enabled. Note that the Pick, Pack and Ship feature can affect transfer order workflow.

The following accounting preferences, available at Setup > Accounting >Accounting Preferences, on the Order Management subtab, apply to transfer orders:

Transfer Order Workflow

The following is a rough outline of transfer order workflow. For more details, see Inventory Transfer Orders.

  1. A transfer order is entered to schedule the movement of items and its status is set to either Pending Approval or Pending Fulfillment.

    A transfer order can be approved by setting the status to Pending Fulfillment.

    Note:

    A transfer order initially can be saved without a source location value, for example, in a case where an item is needed at the destination location but the source location has not yet been identified. However, the source location value is required for an approved transfer order.

  2. After its status is set to Pending fulfillment, the transfer order can be fulfilled from the source location.

    • An item fulfillment transaction is created.

    • Items are committed out of the source location's inventory.

    • The On Order quantity of items increases at the destination location.

    • Fulfilled items are removed from the On Hand count at the source location.

    • The value of items in transit are removed from the Inventory Asset account and added to the Inventory in Transit account for the source location.

    • The status of the transfer order is set to Pending Receipt, or if the Pick, Pack and Ship feature is enabled, to Shipped.

  3. After the transfer order status has been set to Pending Receipt (or to Shipped),Transfer order items can be received at the destination location.

    • An item receipt transaction is created.

    • The items are added to the destination location's inventory and increase the On Hand count.

    • The items' value is added to the Inventory Asset account for the destination location.

    • The On Order quantity of the item in the destination location decreases.

Serialized and Lot Inventory Transfer Orders

Serial or lot numbered items can be included as transfer order line items. Note the following requirements:

Accessing Serial/Lot or Bin Data for Line Items

As of the 2011.2 endpoint, code to access serial number, lot number, and bin number data varies according to whether the Advanced Bin Management / Numbered Inventory Management feature is enabled.

For more details, see Updating SOAP Web Services Code When Advanced Bin / Numbered Inventory Management is Enabled.

Related Topics

General Notices