Skip to main content

Get Options by Cluster lookup key

GET 

/clusters/:lookupKey/:lookupValue/options

Use this endpoint to retrieve cluster options by cluster lookup key.

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about cluster lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

Query Parameters

    expands string

    Optional. Use translation to retrieve the cluster options translations. Use defaultProduct to retrive cluster options default products etc.

Responses

Get Options by Cluster lookup key / Get Options by Cluster lookup key - 200 (expands)

Response Headers

  • Alt-Svc

    string

  • Content-Length

    string

  • Via

    string

  • alt-svc

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object[]

  • Array [

  • defaultProduct

    object

    id number

    descriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • id number
    isRequired boolean

    names

    object[]

  • Array [

  • language string
    value string
  • ]

  • shortDescriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • ]

  • messages undefined[]
    total number
Loading...