Error: Invalid [quantity] should be a int value.Template has this: '...'
Created Nov 24, 2022
1 min read
Description:
Error: Invalid [quantity] should be a int value.Template has this: ’…’
This means you entered a non-number value for quantity.
Solution:
Quantity must be:
- A positive number
- Not empty
If you enter a decimal, Shop Uploader automatically rounds down. For example, if you enter 8.5 it will be uploaded to Etsy as 8.
For more information please visit the Documentation Page.