getProductProperties.v1
POST
/shopgate.catalog.getProductProperties.v1
This pipeline is used to retrieve the properties of a product.
Request Body
Section titled “Request Body”Media typeapplication/json
object
productId
required
string
Examplegenerated
{ "productId": "example"}Responses
Section titled “Responses”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" } ]}
