Assign a product to the website
/V1/products/{sku}/websites
(Required)
<string>
application/json
{"productWebsiteLink":{"sku":"<string>","website_id":"<integer>"}}
Assign a product to the website
/V1/products/{sku}/websites
(Required)
<string>
application/json
{"productWebsiteLink":{"sku":"<string>","website_id":"<integer>"}}
Remove the website assignment from the product by product sku
/V1/products/{sku}/websites/{websiteId}
(Required)
<string>
(Required)
<integer>