All

configurable Product Option Repository V1Get List Get

get

Get all options for configurable product

Path parameters
skustringRequired

(Required)

Example: <string>
Responses
200

OK

application/json
Responseobject
get
GET /V1/configurable-products/{sku}/options/all HTTP/1.1
Host: {{baseurl}}
Accept: */*
[
  {
    "id": "<integer>",
    "attribute_id": "<string>",
    "label": "<string>",
    "position": "<integer>",
    "is_use_default": "<boolean>",
    "values": [
      {
        "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>",
    "product_id": "<integer>"
  },
  {
    "id": "<integer>",
    "attribute_id": "<string>",
    "label": "<string>",
    "position": "<integer>",
    "is_use_default": "<boolean>",
    "values": [
      {
        "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>",
    "product_id": "<integer>"
  }
]