Similar
Autorizações
Parâmetros de rota
idstringObrigatório
Respostas
200
OK
application/json
404
Product was not found
application/json
500
An internal server error was thrown
application/json
get
GET /api/sales/products/{id}/similar HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
"items": [
{
"id": "text",
"similar_product_id": "text",
"name": "text",
"sku": "text",
"short_description": "text",
"image": {
"resource_file_id": "123e4567-e89b-12d3-a456-426614174000",
"image_url": "text",
"main": true
}
}
]
}