craftcms / shopify

Synchronize and extend product data from your Shopify storefront.
MIT License
44 stars 25 forks source link

Tags field length is limiting tag data import - triggers error during product import #54

Closed jegra closed 1 year ago

jegra commented 1 year ago

Description

When importing product data, the import will fail if too many tags have been assigned inside of Shopify.

Steps to reproduce

  1. Ensure Shopify store has a product with approx. 13 or more Tags (in the import statement, we were seeing this come through as a string of 307 characters)
  2. Attempt to perform product data import via: Utilities > Shopify Sync > Sync all Products

Additional info