Get all options for bundle product

GET /V1/bundle-products/{sku}/options/all

Get all options for bundle product

Path parameters

Responses

GET /V1/bundle-products/{sku}/options/all
curl \
 -X GET https://magento2.winkelstraat.mac/rest/all/V1/bundle-products/{sku}/options/all
Response examples (200)
[
  {
    "option_id": 42,
    "title": "string",
    "required": true,
    "type": "string",
    "position": 42,
    "sku": "string",
    "product_links": [
      {
        "id": "string",
        "sku": "string",
        "option_id": 42,
        "qty": 42.0,
        "position": 42,
        "is_default": true,
        "price": 42.0,
        "price_type": 42,
        "can_change_quantity": 42,
        "extension_attributes": {}
      }
    ],
    "extension_attributes": {}
  }
]
Response examples (401)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}
Response examples (400)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}
Response examples (default)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}