1
Current Setup:
We’ve created a custom table where users can set the inventory quantity to sync to Shopify for each item. If a value is entered, it syncs that value. If not, it sends 0 by default.
What We Want:
Instead of syncing 0 when no value is set, we want to skip syncing that item completely.
Example:
We have 5 items: A, B, C, D, E
- This sync cycle, only A and B have updated quantities.
- C has the same quantity as before.
- D and E have 0, and haven’t changed.
Expectation:
Only sync A and B.
Skip C (no change) and skip D/E (value is 0 and not updated).
STATUS DETAILS
New
