No content to show
User Activity
Hey @LetterT ! Thanks for the reply!By reading the endpoints i don't think there is something available at all add an existing image to a product. The productCreateMedia only has an Input with```originalSourceString! requiredThe original source of th...
What i can also see using the Shopify UI directly there is this query:{
"operationName": "ProductFileUpdate",
"variables": {
"input": [
{
"id": "gid://shopify/MediaImage/12345",
"referencesToAdd": [
"gid://shop...
Hey!Could someone please help me out - i can't find it. I'm creating products via the Admin API and would like to link/add the very same image to all of these products. The image is uploaded already to Shopify and i do have a gid://shopify/MediaImag...