Hi, is it possible to create a custom ui extension to enable a customer to upload a file on the checkout page?
Thanks so much for the quick reply/help remy.
P.s. where would the file be uploaded?
You can upload to Shopify using fileCreate mutation.
Or you can upload to cloud storage(e.g AWS S3) on your app backend.
Thanks very for your help remy.