Articles in this section

Ignore WFS orders in merchant orders flows

When you run the Walmart order to NetSuite order Add (on-demand sync) flow, WFS orders will be synced with NetSuite if you have added them in the On-demand order sync setting. If you want to ignore the WFS orders and sync only merchant orders, you need to add an input filter to the walmart-order-import-adaptor in the Walmart order to NetSuite order Add (on-demand sync) flow.

Add input filter

  1. Access the Walmart order to NetSuite order Add (on-demand sync) flow.
  2. In the walmart-order-import-adaptor, click the Define options icon.

    Adding input filter.png

  3. The Input filter button will appear to the left of the walmart-order-import-adaptor.

    Input_filter_added.png

  4. Click the Input filter button to access the Define input filter dialog box.
  5. In the Rules section of the Define input filter dialog box, select the record.shipNode.type option from the options available in the drop-down list.
    If this option is not available for selection, add the shipNode field under the record field in the Input JSON:
    "shipNode": {
    "type": "WFSFulfilled"
    }

    Adding shipNode field.png

  6. Select the not equals option in the drop-down list that appears after the record type is selected.
  7. Enter the value as WFSFulfilled in the text box that appears after the record type is selected.
    The input filter will be displayed as shown in the following image:

    Input filter for merchant orders.png

  8. Click Save & close to confirm the changes made and return to the flow.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.