Chris Raitzyk
05/08/2026, 4:41 PMCeligo AI
05/08/2026, 4:41 PMAI generated answer (using internal Slack threads):Based on the conversations, the error you're encountering is likely due to the inventory detail not being properly set in your integration. When creating an Item Fulfillment from a Sales Order via an integration, you need to ensure that the inventory detail is correctly configured for each line item in the Sales Order. The error message "Please configure the inventory detail in line of the component list" suggests that the inventory detail for one or more line items in the Sales Order is missing or incorrectly configured. Here are some things you can check: 1. Inventory Availability: Ensure that the inventory is available at the location specified in the Sales Order. If the inventory is not available, the Item Fulfillment cannot be created. 2. Subsidiary Matching: If you're using subsidiaries, make sure that the subsidiary of the item matches that of the Sales Order. 3. Bin Usage: If you're using bins, ensure that they are correctly configured. Incorrect bin configuration can cause issues with Item Fulfillment. 4. Line Item Configuration: Check your payload to NetSuite to see if you have any line items within it. If you do, you'd have to provide the accurate mapping instructions into the Celigo interface. 5. Default Values: Check the parameters in the URL that NetSuite defaults in when you create the fulfillment in the UI. Set those default values in your integration. 6. Item Fulfillment JSON: Ensure that your JSON for Item Fulfillment is correctly formatted. You need to include all line items in the Sales Order in the Item Fulfillment, even if you're not shipping them. For the lines you're not shipping, set
itemReceive to false.
Remember to check the "Default Items to Zero Received/Fulfilled" preference in NetSuite. If this setting is disabled, you need to send all the lines on the Sales Order in the Item Fulfillment but set the lines you're not shipping to itemReceive : false.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
05/08/2026, 4:42 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.87890631
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.87335223
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.863952696
Celigo AI
05/08/2026, 4:42 PM