Skip to main content

Get Product by Cluster lookup key and Product Id

GET 

/clusters/:lookupKey/:lookupValue/products/:productId

Use this endpoint to retrieve single cluster product details by cluster lookup key and product id.

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about cluster lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

    productId stringrequired

    The value of product id

Query Parameters

    expands string

Responses

Get Product by Cluster lookup key and Product Id - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object

    descriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • eanCode string
    id number
    manufacturer string
    minimumQuantity number

    names

    object[]

  • Array [

  • language string
    value string
  • ]

  • notes

    object[]

  • Array [

  • language string
    value string
  • ]

  • oemCode string
    package string

    packageDescriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • shortDescriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • shortName string
    sku string

    sources

    object[]

  • Array [

  • language string
    source string
    sourceId string
  • ]

  • status string
    supplier string
    supplierCode string
    surcharges undefined[]
    taxCode string
    taxPercentage number
    unit number
    messages undefined[]
    total number
Loading...