Handling Inventory Items with Alias SKU

You should create separate inventory records for every item rather than creating alias stock keeping unit (SKU).

However, if you already have alias items for order processing, the NetSuite Connector can support them. Although requiring additional set up, the NetSuite Connector can support, for example, multiple SKUs in your marketplace or cart that should match with a single SKU in NetSuite when posting orders.

Important:

When using alias SKUs, you need to ensure that the ItemId for each SKU is unique when compared with any SKU across your NetSuite account. If multiple SKUs are associated with the same ItemId, it could result in posting to the wrong item in NetSuite.

The following methods enable you to handle or manage alias SKUs. Choose a method depending on your records and business scenario.

Method for Kit Items

This method will enable you to support product and order synchronization for your kit items.

For every alias of an item (for example, an item has an SKU called base), you should create a kit item that will have one component item, which will be the original item (base). The SKU of the kit item will be the alias SKU. No additional set up in the NetSuite Connector is required.

When orders are imported, they will import against the kit item, which will correctly commit inventory from the single component item.

Advantages

Limitations

Method for Custom Records

This method enables you to support product and order synchronization for your kit items.

To set up custom records to add aliases:

  1. Go to Customization > Lists, Records, & Fields > Record Types > New.

  2. In the Name field, enter a name for the record type, like Item Alias.

  3. Ensure that the Include Name Field box is checked. The record names will be the alias SKUs.

  4. Click Save.

  5. Open the created custom record type and click the Fields subtab.

  6. Click New Field.

  7. In the Label field, enter a label, like Original Item.

  8. In the Type dropdown field, select List/Record.

  9. In the List/Record dropdown field, select Item.

    For more information, see Working with Records, NetSuite Record Types and Creating a New Custom Record Type.

  10. You can now create an alias item by adding new records of this type. A record name will be the alias SKU and it should have a single field for selecting the original item.

  11. Open NetSuite Connector and go to Settings > Order. In Advanced Options and under the Alias SKU Settings section, enter the IDs and the field of the SKU alias records you created.

Using this method, every item can have several aliases. This means you do not need to add more fields for item aliases. As more aliases are needed, you do not have to remap anything in the NetSuite Connector when your adding them.

Related Topics

General Notices