Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

GET /v1/commerce/products/{productID}/options

GET/v1/commerce/products/{productID}/options
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
productIDstringrequired
Responses
200OK
itemsProductOption[] | nullrequired
Show properties
Array of ProductOption
choicesstring[] | null
idstringrequired
namestringrequired
option_typestringrequired
price_delta_amountinteger<int64>required
product_idstringrequired
requiredbooleanrequired
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/commerce/products/string/options"
Response
{
  "items": [
    {
      "choices": [
        "string"
      ],
      "id": "string",
      "name": "string",
      "option_type": "string",
      "price_delta_amount": 0,
      "product_id": "string",
      "required": true
    }
  ]
}