You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current flow, we exclude orders from the feed if any product in the order does not have a NetSuite product ID.
This causes orders containing custom gift card products to be entirely excluded, as these products do not have a mapped NetSuite product ID.
Problem:
As a result of this exclusion logic, orders with custom gift card products are not synced to NetSuite.
Expected Behavior:
Orders containing custom gift card products should be synced to NetSuite, including all items in the order.
For custom gift card products:
Use a hardcoded or configurable NetSuite product ID to ensure these products can be included in the feed.
Ensure all other products in the order are processed as usual.
The text was updated successfully, but these errors were encountered:
In the current flow, we exclude orders from the feed if any product in the order does not have a NetSuite product ID.
This causes orders containing custom gift card products to be entirely excluded, as these products do not have a mapped NetSuite product ID.
Problem:
As a result of this exclusion logic, orders with custom gift card products are not synced to NetSuite.
Expected Behavior:
The text was updated successfully, but these errors were encountered: