wc-api-python icon indicating copy to clipboard operation
wc-api-python copied to clipboard

Swatch Label / Swatch Color hex in post products attributes terms

Open shaiazran opened this issue 2 years ago • 0 comments

 I am using the Woocommerce API to create products for my website.  How should I send the colour hex code to the attribute term and turn on “Enable swatch”.

I want to update this: Swatch Label -  for example, 'Pink2' Swatch Color hex #FE9684   I'm using the API (python) In the API doc. I don't find the Parameter for it too

{ "id": 23, "name": "XXS", "slug": "xxs", "description": "", "menu_order": 1, "count": 1, "_links": .....

print(wcapi.post("products/attributes/2/terms", data).json())

shaiazran avatar Aug 16 '23 08:08 shaiazran