Children

bundle Product Link Management V1Get Children Get

get

Get all children for Bundle product

Path parameters
productSkustringRequired

(Required)

Example: <string>
Query parameters
optionIdstringOptionalExample: <integer>
Responses
200

OK

application/json
Responseobject
get
GET /V1/bundle-products/{productSku}/children HTTP/1.1
Host: {{baseurl}}
Accept: */*
[
  {
    "is_default": "<boolean>",
    "price": "<number>",
    "price_type": "<integer>",
    "id": "<string>",
    "sku": "<string>",
    "option_id": "<integer>",
    "qty": "<number>",
    "position": "<integer>",
    "can_change_quantity": "<integer>",
    "extension_attributes": "<object>"
  },
  {
    "is_default": "<boolean>",
    "price": "<number>",
    "price_type": "<integer>",
    "id": "<string>",
    "sku": "<string>",
    "option_id": "<integer>",
    "qty": "<number>",
    "position": "<integer>",
    "can_change_quantity": "<integer>",
    "extension_attributes": "<object>"
  }
]