I’ve recently inherited a Netsuite / Celigo instance and trying to debug all the hard coding to be able to support the expansion of different locations in our Shopify.
line_items[*].fulfillment_orders.[0].assigned_location_id - this is the current field we are using to support the mapping of Location And Inventory Location.
2 issues -
99% of the time, the mapping is successful for Location, but is never successful for Inventory Location, that field always comes over as BLANK.
Second issue, I get this error when importing some orders, and there is no resolution ability -
Unable to create the order in NetSuite for the Shopify order #6924766511334 Exported value is empty/undefined for the field: $.line_items[*].fulfillment_orders.[0].assigned_location_id. Ensure value is not empty/undefined or Uncheck 'Fail If Unique Match Not Found' field and enter appropriate default value
I can’t debug the payload as the fulfillment details are added by hook during the upload process.
Any experience on how to handle this. I can’t support a default location as there is no consistency as to what location is failing, it could be any.