Skip to main content

Get product attributes to build the quote params

GET 

/quotes/:market/:productType/attributes

Get product attributes to build the quote params

Request

Path Parameters

    market stringrequired

    Market

    productType stringrequired

    product Type

Responses

Successful operation

Schema

    params

    object[]

  • Array [

  • id string

    Param id. Refer to a specific attribute and will be used to get attribute items.

    attributeKey string

    Attribute name to be used to get attribute items.

    type string

    Attribute type

    required boolean
    depends string[]

    Array of attributes ids necessaries to get attribute items correct values

  • ]

Loading...