Obter Produtos/Preços
Listar produtos e seus preços
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"prices": [
{
"id": 9,
"sku": "10",
"description": "CERTIFICADO PJ A1",
"status": 1,
"price": 235,
"image": {
"name": "cert_soluti_a1_4_7.png",
"description": "cert_soluti_a1_4_7.png",
"href": "https://dev.gestao.plus/file?q={}=="
},
"groupDescription": "Certificado"
},
{
"id": 10,
"sku": "370",
"description": "KIT PJ A3 - TOKEN - 2 ANOS",
"status": 1,
"price": 485,
"image": {
"name": "bradesco.png",
"description": "bradesco.png",
"href": "https://dev.gestao.plus/file?q={}=="
},
"groupDescription": "Servicos"
}
.
.
.
],
"image": [],
"description": "Unidade - GOIOERÊ",
"origin": "VENDA_ONLINE",
"id": null,
"_links": {
"self": {
"href": "https://api.gestao.plus/order/info"
}
}
}Last updated