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
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
Thanks Sansaar
That seems to be the best workaround. Thanks for the prompt response!