Product update You need to add option values for Color

Hi,

I have uploaded some Products and its variants in Shopify. In these products, I have provided only 1 option, ie ‘Size’.

I would like to add one more option ‘Color’ for the existing products. I tried the update api provided in the documentation

https://shopify.dev/api/admin-rest/2022-01/resources/product#put-products-product-id

Payload:

{‘product’: {‘id’: 6678578167882, ‘options’: [{‘name’: ‘Size’, ‘values’: [‘G’]}, {‘name’: ‘Color’, ‘values’: [‘Grey’]}]}}
Response:
{‘errors’: {‘base’: [‘You need to add option values for Color’]}}

Is there any option to add a new option value for existing products other than this one.

Thanks in advance.

2 Likes