Axios multipart/form-data request return as "request is not well-formed multipart/form-data" – Shopify
I want to use Shopify api. And I want to upload video with this API. So official document like that: https://shopify.dev/api/examples/product-media#videos-3d-models-post-request So, I created an axios config and I tried to send request. My code snipped like that: let fd…