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
API Endpoint: /rest/s1/inventory-cycle-count/cycleCounts/${inventoryCountImportId}/items/add
If productId is passed, check whether a product exists with that ID. Return an error if no matching product is found.
If no productId is passed, check whether idType and idValue are provided. If they are, verify whether a valid good identification exists. Return an error if it does not.
If neither productId nor idType/idValue is provided, return an error.
This approach ensures clarity and prevents confusion when adding items that do not exist in the system.
The text was updated successfully, but these errors were encountered:
API Endpoint: /rest/s1/inventory-cycle-count/cycleCounts/${inventoryCountImportId}/items/add
This approach ensures clarity and prevents confusion when adding items that do not exist in the system.
The text was updated successfully, but these errors were encountered: