Intercompany Transfer Order

In NetSuite OneWorld accounts, an inventory transfer order transaction records the change in location of inventory items from a subsidiary to a location in another subsidiary. It also records the quantity and shipping details.

This transaction is available when the Locations feature and the Multi-Location Inventory (MLI) feature are enabled. It has the following subrecord: inventory detail. For information about how intercompany transfer orders are used, see Intercompany Inventory Transfers - Non-Arm's Length.

The REST API Browser includes information about the field names and field types of the intercompany transfer order record, and about the HTTP methods, request parameters, and operations available to this record. For details, see the REST API Browser’s intercompany transfer order reference page.

For information about using the REST API Browser, see The REST API Browser.

Record IDs

The record ID for the intercompany transfer order REST record is intercompanytransferorder.

The record ID for an inventory detail REST subrecord is inventorydetail.

Prerequisites

There are no prerequisites for using the record in REST.

Usage Notes

You should read the usage notes for Intercompany Transfer Order because these notes also apply to the Intercompany Transfer Order in REST web services.

Code Samples

The following sample shows you how to add an intercompany transfer order record:

            {{REST_SERVICES}}/record/v1/intercompanytransferorder
{ "currency": { "id": "1", "refName": "British pound" }, "incoTerm": { "links": [], "id": "1", "refName": "DAP" }, "item": { "items": [ { "amount": 0.0, "inventoryDetail": { "inventoryAssignment": { "items": [], "totalResults": 0 } }, "isClosed": false, "item": { "id": "22" }, "itemType": { "id": "InvtPart" }, "line": 1, "quantity": 25.0, "rate": 2.0 } ] }, "location": { "id": "1", "refName": "WMS Warehouse 1" }, "subsidiary": { "id": "1", "refName": "WMS" }, "tosubsidiary": { "id": "3", "refName": "Canada" }, "transferlocation": { "id": "18", "refName": "Toronto" }
} 

          

Related Topics

REST Web Services Supported Records
SuiteTalk REST Web Services Overview and Setup
Working with Records
NetSuite Record Structure
The REST API Browser

General Notices