I’m having trouble creating a printify workflow for a new product. The workflow is supposed to take a photo from my OneDrive and upload it to printify. This part seems to work, the image is uploaded and gets an ID. I take this ID to create a new product in the variants section to give it the correct ID. But it always says that the ID must be an integer value. The ID seems to be quite long, but I can’t define it beforehand. It is generated by the upload in Printify. Does anyone have any ideas? (see also screenshot)
I found the section in the Printify API documentation. The problem is that the ID that is generated during upload does not reflect an integer value. Accordingly, the ID cannot be stored in the variant. Does anyone have an idea about this?
The Problem could be solved in the Make Discord. MOMOMO helped me with it.
It seemd, that it was not the Image ID which caused the error. It was the Variant IDs. They were strings not integers, thats why the Error happend. After unmapping it. It worked!