v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Get Product Option

get/site/{site_name}/ecommerce/options/{option_id}

Path parameters

site_namestring required

Unique identifier for the target site

option_idstring required

Unique identifier for the target option

Headers

x-duda-access-tokenstring required

The specific access token to access this site API.

Response

200

idstring
namestring

Example response

{
  "choices": [
    {
      "id": "db3je27rg7",
      "value": "45"
    }
  ],
  "id": "WMd1xylGrp",
  "name": "Shirt size"
}