NetSuite - Enable API Access

Gather API credentials from NetSuite.

Enter API credentials in DropStream

  1. In the DropStream Dashboard, click Stores.

In DropStream Dashboard, click Stores.

  1. Click the name of your NetSuite store.
  2. In Connection details, enter your API credentials:
  • Account ID
  • Consumer Key
  • Consumer Secret
  • Token ID
  • Token Secret

NetSuite required connection details

  1. Optional: Edit any of the following settings:
  • Fulfillment Location ID — If you have multiple inventory locations, specify the Location ID for this integration.
  • Carrier Integration — Enable if the account is using carrier integrations. (default: disabled)
  • Per Line Location — Enable if you have multiple inventory locations. (default: disabled)
  • Multi-location Inventory — Enable if using inventory tracking at multiple locations. (default: disabled)
  • Include Shipping Cost — Enable to update shipping cost sent by the merchant. (default: disabled)
  • Set Fulfillment Shipping Method - When exporting shipment tracking data to NetSuite, look up the ship method defined in NetSuite that matches the shipment's carrier name and service level. (default: enabled)
  • Order Import Options — Select the status for order import, one or more of the following:
  • Partially Fulfilled
  • Pending Approval
  • Pending Billing
  • Pending Billing Partially Fulfilled
  • Pending Fulfillment (the default)
  • Expand Kits — If enabled, kit items will be expanded so their component item lines are included on the sales order.

Notes about Expand Kits:

    • To use the Expand Kits feature, additional permissions must be enabled for the integration's token role in NetSuite.
    • In the DropStream rule engine, kit items have the product_type property "kit_item". For example, if you have enabled Expand Kits, and you would like to send the expanded component item lines to the warehouse but not the parent kit item lines, the following rule will filter kit item lines from the order:
rule "Filter kit item lines from order"
  for order_lines in order
    when
      order_line.product_type is "kit_item"
    then
      reject order_line
    end
  end
end
  • Sandbox — Enable if the account uses NetSuite "Sandbox" API credentials. (default: disabled)

REF_NetSuite_Details_Expand-kits_2023-10.png

  1. When you're done configuring the store, click Save changes.

Save changes


Next: Troubleshooting

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.