Skip to content

Pesquisar itens

POST
/items/search

Retorna os itens que tenham o valor pesquisado

Autorizações

Bearer

Generate a token

TipoHTTP (bearer)

Parâmetros

Parâmetros de Cabeçalho

Community-id*

Identificador da comunidade

Tipostring
Obrigatório
Exemplo"test"

Corpo da Requisição

application/json
JSON
{
"filter": {
"filters": [
{
"path": "string",
"value": "string",
"comparison": "string"
}
]
}
}

Respostas

Lista dos itens encontrados

application/json
JSON
{
"id": "5bb2575199d7179dfe85be02",
"kind": "product",
"createdAt": "2018-05-29T15:34:11.118Z",
"updatedAt": "2018-05-30T17:34:11.118Z",
"name": "6-Person dome Tent",
"published": true,
"content": {
"kind": "markdown",
"markdown": "lorem ipsum lorem harlem shakem"
},
"caption": "Algo incrível",
"currency": "BRL",
"defaultPrice": {
"currency": "BRL",
"amount": 10000
},
"shippable": false,
"package": {
"width": 5,
"depth": 5,
"height": 0.2,
"weight": 0.2
},
"skus": [
{
"_id": "string",
"alias": "string",
"price": {
"currency": "BRL",
"amount": 10000
},
"priceFrom": {
"currency": "BRL",
"amount": 10000
},
"attributes": [
{
"key": "string",
"optionName": "string",
"value": "string"
}
],
"gallery": [
{
"name": "Icon-iOS-TendaEdu.png",
"path": "/tendaedu/uploads/a0081244-f2e6-402e-9999-4ea22fc10c4e/Icon-iOS-TendaEdu.png",
"url": "https://cdn.layers.digital/tendaedu/uploads/a0081244-f2e6-402e-9999-4ea22fc10c4e/Icon-iOS-TendaEdu.png",
"thumb": "https://api.layers.digital/v1/media/thumb/png:1024x1024/tendaedu/uploads/a0081244-f2e6-402e-9999-4ea22fc10c4e/Icon-iOS-TendaEdu.png",
"size": 56878,
"mime": "image/png",
"width": 0,
"height": 0,
"orientation": "string"
}
],
"caption": "Algo incrível",
"plan": {
"interval": "string",
"intervalCount": 1,
"cyclesLimit": 0,
"price": {
"currency": "BRL",
"amount": 10000
},
"initialPrice": {
"currency": "BRL",
"amount": 10000
},
"trialDays": 0,
"startsAt": "string",
"endsAt": "string",
"chargeRemainingCyclesOnly": true
},
"inventoryId": "string",
"reference": {
"resourceKind": "string",
"resourceId": "string",
"dynamicInventory": true,
"dynamicForm": true
}
}
],
"options": [
{
"key": "color",
"name": "Color"
}
],
"gallery": [
{
"name": "Icon-iOS-TendaEdu.png",
"path": "/tendaedu/uploads/a0081244-f2e6-402e-9999-4ea22fc10c4e/Icon-iOS-TendaEdu.png",
"url": "https://cdn.layers.digital/tendaedu/uploads/a0081244-f2e6-402e-9999-4ea22fc10c4e/Icon-iOS-TendaEdu.png",
"thumb": "https://api.layers.digital/v1/media/thumb/png:1024x1024/tendaedu/uploads/a0081244-f2e6-402e-9999-4ea22fc10c4e/Icon-iOS-TendaEdu.png",
"size": 56878,
"mime": "image/png",
"width": 0,
"height": 0,
"orientation": "string"
}
],
"tags": [
"string"
],
"formId": "string",
"variants": [
{
"alias": "item-alias",
"attributes": [
{
"key": "string",
"optionName": "string",
"value": "string"
}
],
"gallery": [
{
"name": "Icon-iOS-TendaEdu.png",
"path": "/tendaedu/uploads/a0081244-f2e6-402e-9999-4ea22fc10c4e/Icon-iOS-TendaEdu.png",
"url": "https://cdn.layers.digital/tendaedu/uploads/a0081244-f2e6-402e-9999-4ea22fc10c4e/Icon-iOS-TendaEdu.png",
"thumb": "https://api.layers.digital/v1/media/thumb/png:1024x1024/tendaedu/uploads/a0081244-f2e6-402e-9999-4ea22fc10c4e/Icon-iOS-TendaEdu.png",
"size": 56878,
"mime": "image/png",
"width": 0,
"height": 0,
"orientation": "string"
}
],
"id": "c4a27fea-7908-4e70-bc70-a81837c2e8f3",
"price": {
"currency": "BRL",
"amount": 10000
}
}
]
}

Exemplos

cURL
JavaScript
PHP
Python