IdSimilar
Similar products
Get similar products to a product, useful for 'customers also bought' sections. Allows Anonymous.
GET
/v1/products/{id}/similar
AuthorizationBasic <token>
Basic Authorization header using the Bearer scheme.
In: header
Authorization<token>
JWT Authorization header using the Bearer scheme.
In: header
Path Parameters
idinteger
Format
int32
Response Body
curl -X GET "https://loading/v1/products/0/similar"
{
"products": [
{
"productId": 0,
"title": "string",
"productCode": "string",
"imageUrl": "string",
"itemPrice": 0.1,
"rrp": 0.1,
"productUrl": "string",
"sale": true,
"brandName": "string"
}
]
}
{
"message": "string",
"code": 0
}
{
"succeeded": true,
"errors": [
{
"message": "string"
}
]
}
How is this guide?