Skip to content

getProductProperties.v1

POST
/shopgate.catalog.getProductProperties.v1

This pipeline is used to retrieve the properties of a product.

Media typeapplication/json
object
productId
required
string
Examplegenerated
{
"productId": "example"
}

Successful response.

Media typeapplication/json
object
properties
Array<object>
object
label

The label of this specific property that should be displayed to the customer

string
value

The value of this specific property that should be displayed to the customer

string
Example
{
"properties": [
{
"label": "RAM",
"value": "16GB"
}
]
}