Websites

catalog Product Website Link Repository V1Save Post

post

Assign a product to the website

Path parameters
skustringRequired

(Required)

Example: <string>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"productWebsiteLink":{"sku":"<string>","website_id":"<integer>"}}
Responses
chevron-right
200

OK

application/json
Responseobject
post
/V1/products/{sku}/websites

catalog Product Website Link Repository V1Save Put

put

Assign a product to the website

Path parameters
skustringRequired

(Required)

Example: <string>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"productWebsiteLink":{"sku":"<string>","website_id":"<integer>"}}
Responses
chevron-right
200

OK

application/json
Responseobject
put
/V1/products/{sku}/websites

catalog Product Website Link Repository V1Delete By Id Delete

delete

Remove the website assignment from the product by product sku

Path parameters
skustringRequired

(Required)

Example: <string>
websiteIdstringRequired

(Required)

Example: <integer>
Responses
chevron-right
200

OK

application/json
Responseobject
delete
/V1/products/{sku}/websites/{websiteId}