All

bundle Product Option Repository V1Get List Get

get

Get all options for bundle product

Path parameters
skustringRequired

(Required)

Example: <string>
Responses
200

OK

application/json
Responseobject
get
GET /V1/bundle-products/{sku}/options/all HTTP/1.1
Host: {{baseurl}}
Accept: */*
[
  {
    "option_id": "<integer>",
    "title": "<string>",
    "required": "<boolean>",
    "type": "<string>",
    "position": "<integer>",
    "sku": "<string>",
    "product_links": [
      {
        "value": "<Error: Too many levels of nesting to fake this schema>"
      },
      {
        "value": "<Error: Too many levels of nesting to fake this schema>"
      }
    ],
    "extension_attributes": "<object>"
  },
  {
    "option_id": "<integer>",
    "title": "<string>",
    "required": "<boolean>",
    "type": "<string>",
    "position": "<integer>",
    "sku": "<string>",
    "product_links": [
      {
        "value": "<Error: Too many levels of nesting to fake this schema>"
      },
      {
        "value": "<Error: Too many levels of nesting to fake this schema>"
      }
    ],
    "extension_attributes": "<object>"
  }
]