bilal-and-haffi / ai-print-shop

https://www.ai-print-shop.com
3 stars 0 forks source link

We should be able to see orders and money paid #82

Closed Bilalm354 closed 4 months ago

Bilalm354 commented 6 months ago

save orders to db with with external_id as the index

Bilalm354 commented 6 months ago

Probably also want to add the actual price to printify but its awkward because printify uses USD.

haffi96 commented 6 months ago

whats external_id

Bilalm354 commented 6 months ago

image

It is a required parameter we send to printify when creating the order. Right now we are passing a random UUID I think. Instead of that we should pass an id that references the db. Could be a UUID or the table row or anything else.

Bilalm354 commented 4 months ago

Is this already done? @haffi96