Create Image with data in Shopify Using API image

Hi,

Is there any way to create image on Shopify with the API described bellow by sending image data and not src :

https://shopify.dev/api/admin-rest/2022-10/resources/product-image

Because, using the field “src” that means that our image is already hosted somewhere on the internet.

What i’m searching for is there any field that allow us to send data like as OutPutSteam, file, byts … ?

Best regards !

1 Like

Hi @ibabderrahmane :waving_hand:

We have a great guide here on how manage media for products. It walks you through how to upload media using staged uploads and how to add it to a product.

Hope that helps!