Child

configurable Product Link Management V1Add Child Post

post
Path parameters
skustringRequired

(Required)

Example: <string>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"childSku":"<string>"}
Responses
200

OK

application/json
Responseobject
post
POST /V1/configurable-products/{sku}/child HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 23

{
  "childSku": "<string>"
}
true