Skip to main content

Get product attribute items to build the quote params

POST 

/quotes/:market/:productType/attributes/:attributeId/items

Get product attributes to build the quote params

Request

Path Parameters

    market stringrequired

    Market

    productType stringrequired

    product Type

    attributeId stringrequired

    Attribute ID

Body

required

Params and values to request product type attribute items

    params

    object[]

    List of attributes to get internal items

  • Array [

  • id string
    value string
  • ]

Responses

Successful operation

Schema

    params

    object[]

    id-name shape

  • Array [

  • id string
    name string
  • ]

Loading...