Ask a Question

Ask a Question
Back to All

Is item productTags required?

In the past, when first developing for Deliverect, we had a warning when "productTags" was omitted from product sync. The original developer put in "No Allergens" (1000) to remove this warning. However, that seems to indicate that a product has no allergens rather than none reported.

In samples I have seem in your API portal, productTags is missing as well. However, in one sample I saw "productTags": [], which would be an empty array of allergens.

Is the proper way to show "no reported allergens" to create products with the "productTags":[] entry and would that remove the product sync warning?