We need to sync the shipNode, but I'm not seeing that as an option in the walmart-inventory-import-adaptor import. The API docs indicate it is supported: https://developer.walmart.com/api/us/mp/inv...
This flow is throwing an error: "Composite Operation failed due to the following error(s)\nRequired fields are missing: [PricebookEntryId] for OrderItem[0]" for me. I have a ticket in with support,...
What is the proper syntax for the {{else_if}} block?
Tom Santiago, thanks for responding. So my follow up question would be, how does a space affect concurrency lock id? Does the Lock ID allow for spaces?
If I'm using a string for my concurrency ID which may have spaces, do I need to include quotes around the template? For example, would this work: '{{{customer_name}}}' Instead of: {{{customer_n...
In the context of a NetSuite Saved Search, when I select "Group Rows", am I guaranteed that all rows from the Saved Search will be included in that group, or is it possible that the lines will be b...
Stephen Brandt Thank you so much - that's exactly what I needed! I had resorted to getting the number of keys (number_of_keys) with JavaScript and printing the comma if @index != number_of_keys. Yo...
Hi Stephen, I missed an important note in the documentation: "The first and last steps of iteration are noted via the @first and @last variables when iterating over an array. When iterating over an...
The behavior of @last with objects seems to be the negative of @first. I.e. An object with 3 keys will return true for @last for the 2nd and 3rd key. Is that expected?
Are there any details related to the Items : Create Line mapping that could be shared?