Correct.
Programmatically you would need to fetch all variants of a product via GET.
Then assign the referenced image id to null via PUT.
Payload looks like this:
{ “variant”: { “id”: 4733234164, “image_id”: null } }
Correct.
Programmatically you would need to fetch all variants of a product via GET.
Then assign the referenced image id to null via PUT.
Payload looks like this:
{ “variant”: { “id”: 4733234164, “image_id”: null } }