Can I link Amazon S3 file uploads to Shopify orders?

Hi

I am building a site on Shopify at the moment where the user uploads a file on the order. The client would like that file to be uploaded to their Amazon S3 server and for the order to retain a link to that file. is this possible on Shopify?

Thanks

1 Like

yes it is possible i am but you need to use REST api then save Order details “CSV/XML” mode then upload By FTP in S3 AWS server.

https://shopify.dev/docs/admin-api/rest/reference/orders/order

I thing That API fulfill your need

1 Like

Thanks Sansaar

That seems to be the best workaround. Thanks for the prompt response!