UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 401 kB
{"openapi":"3.0.0","servers":[{"url":"https://vtex.local"},{"description":"VTEX server url","url":"https://{accountName}.{environment}.com.br","variables":{"accountName":{"default":"{accountName}","description":"Name of the VTEX account. Used as part of the URL"},"environment":{"default":"{environment}","description":"Environment to use. Used as part of the URL."}}}],"info":{"contact":{},"description":"\r\n> Check the new [Search onboarding guide](https://developers.vtex.com/vtex-rest-api/docs/search-onboarding). We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Search and is organized by focusing on the developer's journey.\r\n\r\nThis API lets you search and sort products in the Catalog using Fulltext, Category and Brand search terms. \r\n\r\nRetrieve product data to create custom searches and product shelves.","title":"Legacy Search API","version":"1.0","x-origin":[{"format":"openapi","url":"https://raw.githubusercontent.com/vtex/openapi-schemas/master/VTEX - Search API.json","version":"3.0"}],"x-providerName":"vtex.local","x-serviceName":"Search-API"},"security":[{"appKey":[],"appToken":[]}],"tags":[{"name":"CrossSelling"},{"name":"Search"},{"name":"Offers"},{"name":"Facets"},{"name":"Autocomplete"}],"paths":{"/api/catalog_system/pub/facets/category/{categoryId}":{"get":{"description":"Retrieves the names and IDs of the categories facets. \r\n>⚠️ This endpoint returns a maximum of 50 items per response, so the difference between `_from` and `_to` should not exceed this number. The result order is descending, from the highest product ID to the lowest.\r\n\r\n## Response body example:\r\n\r\n```json\r\n[\r\n\t[\r\n {\r\n \"Name\":\"Tamanho Global\",\r\n \"Id\":45\r\n\t\t},\r\n\t\t{\r\n \"Name\":\"Percentuals\",\r\n \"Id\":25\r\n\t\t}\r\n\t]\r\n]\r\n```","parameters":[{"description":"HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.","in":"header","name":"Accept","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Describes the type of the content being sent.","in":"header","name":"Content-Type","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Category unique number identifier.","in":"path","name":"categoryId","required":true,"schema":{"example":"1","type":"string"},"style":"simple"},{"description":"Starter page range. These parameters allow the API to be paginated. Take into account that the initial and final pages cannot have a separation superior to 50 pages. Thus, it will be displayed 50 items per page.","in":"query","name":"_from","required":false,"schema":{"example":"1","type":"string"},"style":"form"},{"description":"Finisher page range. These parameters allow the API to be paginated. Take into account that the initial and final pages cannot have a separation superior to 50 pages. Thus, it will be displayed 50 items per page.","in":"query","name":"_to","required":false,"schema":{"example":"50","type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"example":[{"Id":45,"Name":"Tamanho Global"},{"Id":25,"Name":"Percentuals"}],"schema":{"items":{"description":"Object with name and ID of the category's facet.","example":{"Id":45,"Name":"Tamanho Global"},"properties":{"Id":{"description":"Category's facet ID.","example":45,"title":"Id","type":"integer"},"Name":{"description":"Category's facet name.","example":"Tamanho Global","title":"Name","type":"string"}},"required":["Name","Id"],"title":"","type":"object"},"title":"","type":"array"}}},"description":"OK"}},"summary":"Get Category Facets","tags":["Facets"]}},"/api/catalog_system/pub/facets/search/{term}":{"get":{"description":"Retrieves products by store facets. \r\n>⚠️ This endpoint returns a maximum of 50 items per response, so the difference between `_from` and `_to` should not exceed this number. The result order is descending, from the highest product ID to the lowest.\r\n\r\n## Response body example:\r\n\r\n```json\r\n{\r\n\t\"Departments\": [\r\n \t{\r\n \t\"Quantity\": 2,\r\n \"Position\": null,\r\n \"Name\": \"Beers Beers Mesmo\",\r\n \"Link\": \"/Beers-Beers-Mesmo/1?map=c,b\",\r\n \"LinkEncoded\": \"/Beers-Beers-Mesmo/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Beers-Beers-Mesmo\"\r\n },\r\n {\r\n \t\"Quantity\": 2,\r\n \"Position\": null,\r\n \"Name\": \"Merch Integration Category ||\",\r\n \"Link\": \"/Merch-Integration-Category-||/1?map=c,b\",\r\n \"LinkEncoded\": \"/Merch-Integration-Category-%7C%7C/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Merch-Integration-Category-||\"\r\n },\r\n {\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Jogos\",\r\n \"Link\": \"/Jogos/1?map=c,b\",\r\n \"LinkEncoded\": \"/Jogos/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Jogos\"\r\n },\r\n {\r\n \"Quantity\": 3,\r\n \"Position\": null,\r\n \"Name\": \"189\",\r\n \"Link\": \"/189/1?map=c,b\",\r\n \"LinkEncoded\": \"/189/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"189\"\r\n },\r\n {\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Tests\",\r\n \"Link\": \"/Tests/1?map=c,b\",\r\n \"LinkEncoded\": \"/Tests/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Tests\"\r\n },\r\n {\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Accessories\",\r\n \"Link\": \"/Accessories/1?map=c,b\",\r\n \"LinkEncoded\": \"/Accessories/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Accessories\"\r\n },\r\n {\r\n \"Quantity\": 2,\r\n \"Position\": null,\r\n \"Name\": \"Bars\",\r\n \"Link\": \"/Bars/1?map=c,b\",\r\n \"LinkEncoded\": \"/Bars/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Bars\"\r\n },\r\n {\r\n \"Quantity\": 5,\r\n \"Position\": null,\r\n \"Name\": \"Categoria Teste Timeout\",\r\n \"Link\": \"/Categoria-Teste-Timeout/1?map=c,b\",\r\n \"LinkEncoded\": \"/Categoria-Teste-Timeout/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Categoria-Teste-Timeout\"\r\n }\r\n ],\r\n \"Brands\": [\r\n {\r\n \"Quantity\": 2,\r\n \"Position\": null,\r\n \"Name\": \"Merch XP\",\r\n \"Link\": \"/1/1234600/1/Merch-XP?map=c,c,b,b\",\r\n \"LinkEncoded\": \"/1/1234600/1/Merch-XP?map=c,c,b,b\",\r\n \"Map\": \"b\",\r\n \"Value\": \"Merch-XP\"\r\n },\r\n {\r\n \"Quantity\": 2,\r\n \"Position\": null,\r\n \"Name\": \"Zé\",\r\n \"Link\": \"/1/1234600/1/Ze?map=c,c,b,b\",\r\n \"LinkEncoded\": \"/1/1234600/1/Ze?map=c,c,b,b\",\r\n \"Map\": \"b\",\r\n \"Value\": \"Ze\"\r\n },\r\n {\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Odin\",\r\n \"Link\": \"/1/1234600/1/Odin?map=c,c,b,b\",\r\n \"LinkEncoded\": \"/1/1234600/1/Odin?map=c,c,b,b\",\r\n \"Map\": \"b\",\r\n \"Value\": \"Odin\"\r\n },\r\n {\r\n \"Quantity\": 2,\r\n \"Position\": null,\r\n \"Name\": \"Hoegaarden\",\r\n \"Link\": \"/1/1234600/1/Hoegaarden?map=c,c,b,b\",\r\n \"LinkEncoded\": \"/1/1234600/1/Hoegaarden?map=c,c,b,b\",\r\n \"Map\": \"b\",\r\n \"Value\": \"Hoegaarden\"\r\n },\r\n {\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Teste marcas\",\r\n \"Link\": \"/1/1234600/1/Teste-marcas?map=c,c,b,b\",\r\n \"LinkEncoded\": \"/1/1234600/1/Teste-marcas?map=c,c,b,b\",\r\n \"Map\": \"b\",\r\n \"Value\": \"Teste-marcas\"\r\n },\r\n {\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Bitmap Bureau\",\r\n \"Link\": \"/1/1234600/1/Bitmap-Bureau?map=c,c,b,b\",\r\n \"LinkEncoded\": \"/1/1234600/1/Bitmap-Bureau?map=c,c,b,b\",\r\n \"Map\": \"b\",\r\n \"Value\": \"Bitmap-Bureau\"\r\n },\r\n {\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Sega\",\r\n \"Link\": \"/1/1234600/1/Sega?map=c,c,b,b\",\r\n \"LinkEncoded\": \"/1/1234600/1/Sega?map=c,c,b,b\",\r\n \"Map\": \"b\",\r\n \"Value\": \"Sega\"\r\n },\r\n {\r\n \"Quantity\": 3,\r\n \"Position\": null,\r\n \"Name\": \"Technogym\",\r\n \"Link\": \"/1/1234600/1/Technogym?map=c,c,b,b\",\r\n \"LinkEncoded\": \"/1/1234600/1/Technogym?map=c,c,b,b\",\r\n \"Map\": \"b\",\r\n \"Value\": \"Technogym\"\r\n },\r\n {\r\n \"Quantity\": 3,\r\n \"Position\": null,\r\n \"Name\": \"Aptany\",\r\n \"Link\": \"/1/1234600/1/Aptany?map=c,c,b,b\",\r\n \"LinkEncoded\": \"/1/1234600/1/Aptany?map=c,c,b,b\",\r\n \"Map\": \"b\",\r\n \"Value\": \"Aptany\"\r\n },\r\n {\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Tectoy\",\r\n \"Link\": \"/1/1234600/1/Tectoy?map=c,c,b,b\",\r\n \"LinkEncoded\": \"/1/1234600/1/Tectoy?map=c,c,b,b\",\r\n \"Map\": \"b\",\r\n \"Value\": \"Tectoy\"\r\n }\r\n ],\r\n \"SpecificationFilters\": {},\r\n \"CategoriesTrees\": [\r\n {\r\n \"Id\": 1,\r\n \"Quantity\": 4,\r\n \"Position\": null,\r\n \"Name\": \"Beers Beers Mesmo\",\r\n \"Link\": \"/Beers-Beers-Mesmo/1?map=c,b\",\r\n \"LinkEncoded\": \"/Beers-Beers-Mesmo/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Beers-Beers-Mesmo\",\r\n \"Children\": [\r\n {\r\n \"Id\": 2,\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Lager Beers\",\r\n \"Link\": \"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b\",\r\n \"LinkEncoded\": \"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Lager-Beers\",\r\n \"Children\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": 1234571,\r\n \"Quantity\": 2,\r\n \"Position\": null,\r\n \"Name\": \"Jogos\",\r\n \"Link\": \"/Jogos/1?map=c,b\",\r\n \"LinkEncoded\": \"/Jogos/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Jogos\",\r\n \"Children\": []\r\n },\r\n {\r\n \"Id\": 1234579,\r\n \"Quantity\": 3,\r\n \"Position\": null,\r\n \"Name\": \"189\",\r\n \"Link\": \"/189/1?map=c,b\",\r\n \"LinkEncoded\": \"/189/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"189\",\r\n \"Children\": []\r\n },\r\n {\r\n \"Id\": 1234587,\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Tests\",\r\n \"Link\": \"/Tests/1?map=c,b\",\r\n \"LinkEncoded\": \"/Tests/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Tests\",\r\n \"Children\": []\r\n },\r\n {\r\n \"Id\": 1234595,\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Accessories\",\r\n \"Link\": \"/Accessories/1?map=c,b\",\r\n \"LinkEncoded\": \"/Accessories/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Accessories\",\r\n \"Children\": [\r\n {\r\n \"Id\": 1234596,\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Foam rollers\",\r\n \"Link\": \"/Accessories/Foam-rollers/1?map=c,c,b\",\r\n \"LinkEncoded\": \"/Accessories/Foam-rollers/1?map=c,c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Foam-rollers\",\r\n \"Children\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": 1234597,\r\n \"Quantity\": 2,\r\n \"Position\": null,\r\n \"Name\": \"Bars\",\r\n \"Link\": \"/Bars/1?map=c,b\",\r\n \"LinkEncoded\": \"/Bars/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Bars\",\r\n \"Children\": [\r\n {\r\n \"Id\": 1234598,\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Training Bars\",\r\n \"Link\": \"/Bars/Training-Bars/1?map=c,c,b\",\r\n \"LinkEncoded\": \"/Bars/Training-Bars/1?map=c,c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Training-Bars\",\r\n \"Children\": []\r\n },\r\n {\r\n \"Id\": 1234599,\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Curl Bars\",\r\n \"Link\": \"/Bars/Curl-Bars/1?map=c,c,b\",\r\n \"LinkEncoded\": \"/Bars/Curl-Bars/1?map=c,c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Curl-Bars\",\r\n \"Children\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": 15,\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"Coronas\",\r\n \"Link\": \"/Coronas/1?map=c,b\",\r\n \"LinkEncoded\": \"/Coronas/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Coronas\",\r\n \"Children\": [\r\n {\r\n \"Id\": 13,\r\n \"Quantity\": 1,\r\n \"Position\": null,\r\n \"Name\": \"não tem limite!\",\r\n \"Link\": \"/Coronas/nao-tem-limite-/1?map=c,c,b\",\r\n \"LinkEncoded\": \"/Coronas/nao-tem-limite-/1?map=c,c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"nao-tem-limite-\",\r\n \"Children\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"Id\": 4,\r\n \"Quantity\": 4,\r\n \"Position\": null,\r\n \"Name\": \"Merch Integration Category ||\",\r\n \"Link\": \"/Merch-Integration-Category-||/1?map=c,b\",\r\n \"LinkEncoded\": \"/Merch-Integration-Category-%7C%7C/1?map=c,b\",\r\n \"Map\": \"c\",\r\n \"Value\": \"Merch-Integration-Category-||\",\r\n \"Children\": []\r\n }\r\n ],\r\n \"PriceRanges\": [],\r\n \"Summary\": {\r\n \"Departments\": {\r\n \"DisplayedItems\": 8,\r\n \"TotalItems\": 8\r\n },\r\n \"CategoriesTrees\": {\r\n \"DisplayedItems\": 13,\r\n \"TotalItems\": 13\r\n },\r\n \"Brands\": {\r\n \"DisplayedItems\": 10,\r\n \"TotalItems\": 10\r\n },\r\n \"PriceRanges\": {\r\n \"DisplayedItems\": 0,\r\n \"TotalItems\": 0\r\n },\r\n \"SpecificationFilters\": {}\r\n }\r\n}\r\n```","operationId":"Facetscategory","parameters":[{"description":"Mapping of the term. It can be `c` for a category, `b` for a brand, or `specificationFilter_{specificationId}` for a specification. You need to include a map for each term you are searching for in the same term's order.","explode":true,"in":"query","name":"map","required":true,"schema":{"example":"c","type":"string"},"style":"form"},{"description":"HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.","in":"header","name":"Accept","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Describes the type of the content being sent.","in":"header","name":"Content-Type","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Term used for the facet's search. You can search for as much term as you want. The term can be: `categoryId`, `brandId`, `specificationId`.","in":"path","name":"term","required":true,"schema":{"example":"2","type":"string"},"style":"simple"},{"description":"Starter page range. These parameters allow the API to be paginated. Take into account that the initial and final pages cannot have a separation superior to 50 pages. Thus, it will be displayed 50 items per page.","in":"query","name":"_from","required":false,"schema":{"example":"1","type":"string"},"style":"form"},{"description":"Finisher page range. These parameters allow the API to be paginated. Take into account that the initial and final pages cannot have a separation superior to 50 pages. Thus, it will be displayed 50 items per page.","in":"query","name":"_to","required":false,"schema":{"example":"50","type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"example":{"Brands":[{"Link":"/1/1234600/1/Merch-XP?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Merch-XP?map=c,c,b,b","Map":"b","Name":"Merch XP","Position":null,"Quantity":2,"Value":"Merch-XP"},{"Link":"/1/1234600/1/Ze?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Ze?map=c,c,b,b","Map":"b","Name":"Zé","Position":null,"Quantity":2,"Value":"Ze"},{"Link":"/1/1234600/1/Odin?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Odin?map=c,c,b,b","Map":"b","Name":"Odin","Position":null,"Quantity":1,"Value":"Odin"},{"Link":"/1/1234600/1/Hoegaarden?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Hoegaarden?map=c,c,b,b","Map":"b","Name":"Hoegaarden","Position":null,"Quantity":2,"Value":"Hoegaarden"},{"Link":"/1/1234600/1/Teste-marcas?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Teste-marcas?map=c,c,b,b","Map":"b","Name":"Teste marcas","Position":null,"Quantity":1,"Value":"Teste-marcas"},{"Link":"/1/1234600/1/Bitmap-Bureau?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Bitmap-Bureau?map=c,c,b,b","Map":"b","Name":"Bitmap Bureau","Position":null,"Quantity":1,"Value":"Bitmap-Bureau"},{"Link":"/1/1234600/1/Sega?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Sega?map=c,c,b,b","Map":"b","Name":"Sega","Position":null,"Quantity":1,"Value":"Sega"},{"Link":"/1/1234600/1/Technogym?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Technogym?map=c,c,b,b","Map":"b","Name":"Technogym","Position":null,"Quantity":3,"Value":"Technogym"},{"Link":"/1/1234600/1/Aptany?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Aptany?map=c,c,b,b","Map":"b","Name":"Aptany","Position":null,"Quantity":3,"Value":"Aptany"},{"Link":"/1/1234600/1/Tectoy?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Tectoy?map=c,c,b,b","Map":"b","Name":"Tectoy","Position":null,"Quantity":1,"Value":"Tectoy"}],"CategoriesTrees":[{"Children":[{"Children":[],"Id":2,"Link":"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b","LinkEncoded":"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b","Map":"c","Name":"Lager Beers","Position":null,"Quantity":1,"Value":"Lager-Beers"}],"Id":1,"Link":"/Beers-Beers-Mesmo/1?map=c,b","LinkEncoded":"/Beers-Beers-Mesmo/1?map=c,b","Map":"c","Name":"Beers Beers Mesmo","Position":null,"Quantity":4,"Value":"Beers-Beers-Mesmo"},{"Children":[],"Id":1234571,"Link":"/Jogos/1?map=c,b","LinkEncoded":"/Jogos/1?map=c,b","Map":"c","Name":"Jogos","Position":null,"Quantity":2,"Value":"Jogos"},{"Children":[],"Id":1234579,"Link":"/189/1?map=c,b","LinkEncoded":"/189/1?map=c,b","Map":"c","Name":"189","Position":null,"Quantity":3,"Value":"189"},{"Children":[],"Id":1234587,"Link":"/Tests/1?map=c,b","LinkEncoded":"/Tests/1?map=c,b","Map":"c","Name":"Tests","Position":null,"Quantity":1,"Value":"Tests"},{"Children":[{"Children":[],"Id":1234596,"Link":"/Accessories/Foam-rollers/1?map=c,c,b","LinkEncoded":"/Accessories/Foam-rollers/1?map=c,c,b","Map":"c","Name":"Foam rollers","Position":null,"Quantity":1,"Value":"Foam-rollers"}],"Id":1234595,"Link":"/Accessories/1?map=c,b","LinkEncoded":"/Accessories/1?map=c,b","Map":"c","Name":"Accessories","Position":null,"Quantity":1,"Value":"Accessories"},{"Children":[{"Children":[],"Id":1234598,"Link":"/Bars/Training-Bars/1?map=c,c,b","LinkEncoded":"/Bars/Training-Bars/1?map=c,c,b","Map":"c","Name":"Training Bars","Position":null,"Quantity":1,"Value":"Training-Bars"},{"Children":[],"Id":1234599,"Link":"/Bars/Curl-Bars/1?map=c,c,b","LinkEncoded":"/Bars/Curl-Bars/1?map=c,c,b","Map":"c","Name":"Curl Bars","Position":null,"Quantity":1,"Value":"Curl-Bars"}],"Id":1234597,"Link":"/Bars/1?map=c,b","LinkEncoded":"/Bars/1?map=c,b","Map":"c","Name":"Bars","Position":null,"Quantity":2,"Value":"Bars"},{"Children":[{"Children":[],"Id":13,"Link":"/Coronas/nao-tem-limite-/1?map=c,c,b","LinkEncoded":"/Coronas/nao-tem-limite-/1?map=c,c,b","Map":"c","Name":"não tem limite!","Position":null,"Quantity":1,"Value":"nao-tem-limite-"}],"Id":15,"Link":"/Coronas/1?map=c,b","LinkEncoded":"/Coronas/1?map=c,b","Map":"c","Name":"Coronas","Position":null,"Quantity":1,"Value":"Coronas"},{"Children":[],"Id":4,"Link":"/Merch-Integration-Category-||/1?map=c,b","LinkEncoded":"/Merch-Integration-Category-%7C%7C/1?map=c,b","Map":"c","Name":"Merch Integration Category ||","Position":null,"Quantity":4,"Value":"Merch-Integration-Category-||"}],"Departments":[{"Link":"/Beers-Beers-Mesmo/1?map=c,b","LinkEncoded":"/Beers-Beers-Mesmo/1?map=c,b","Map":"c","Name":"Beers Beers Mesmo","Position":null,"Quantity":2,"Value":"Beers-Beers-Mesmo"},{"Link":"/Merch-Integration-Category-||/1?map=c,b","LinkEncoded":"/Merch-Integration-Category-%7C%7C/1?map=c,b","Map":"c","Name":"Merch Integration Category ||","Position":null,"Quantity":2,"Value":"Merch-Integration-Category-||"},{"Link":"/Jogos/1?map=c,b","LinkEncoded":"/Jogos/1?map=c,b","Map":"c","Name":"Jogos","Position":null,"Quantity":1,"Value":"Jogos"},{"Link":"/189/1?map=c,b","LinkEncoded":"/189/1?map=c,b","Map":"c","Name":"189","Position":null,"Quantity":3,"Value":"189"},{"Link":"/Tests/1?map=c,b","LinkEncoded":"/Tests/1?map=c,b","Map":"c","Name":"Tests","Position":null,"Quantity":1,"Value":"Tests"},{"Link":"/Accessories/1?map=c,b","LinkEncoded":"/Accessories/1?map=c,b","Map":"c","Name":"Accessories","Position":null,"Quantity":1,"Value":"Accessories"},{"Link":"/Bars/1?map=c,b","LinkEncoded":"/Bars/1?map=c,b","Map":"c","Name":"Bars","Position":null,"Quantity":2,"Value":"Bars"},{"Link":"/Categoria-Teste-Timeout/1?map=c,b","LinkEncoded":"/Categoria-Teste-Timeout/1?map=c,b","Map":"c","Name":"Categoria Teste Timeout","Position":null,"Quantity":5,"Value":"Categoria-Teste-Timeout"}],"PriceRanges":[],"SpecificationFilters":{},"Summary":{"Brands":{"DisplayedItems":10,"TotalItems":10},"CategoriesTrees":{"DisplayedItems":13,"TotalItems":13},"Departments":{"DisplayedItems":8,"TotalItems":8},"PriceRanges":{"DisplayedItems":0,"TotalItems":0},"SpecificationFilters":{}}},"schema":{"properties":{"Brands":{"description":"Array of general information about the brands.","example":[{"Link":"/1/1234600/1/Merch-XP?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Merch-XP?map=c,c,b,b","Map":"b","Name":"Merch XP","Position":null,"Quantity":2,"Value":"Merch-XP"},{"Link":"/1/1234600/1/Ze?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Ze?map=c,c,b,b","Map":"b","Name":"Zé","Position":null,"Quantity":2,"Value":"Ze"}],"items":{"example":{"Link":"/1/1234600/1/Merch-XP?map=c,c,b,b","LinkEncoded":"/1/1234600/1/Merch-XP?map=c,c,b,b","Map":"b","Name":"Merch XP","Position":null,"Quantity":2,"Value":"Merch-XP"},"properties":{"Link":{"description":"Link of the facet.","example":"/1/1234600/1/Merch-XP?map=c,c,b,b","title":"Link","type":"string"},"LinkEncoded":{"description":"Enconded link of the facet.","example":"/1/1234600/1/Merch-XP?map=c,c,b,b","title":"LinkEncoded","type":"string"},"Map":{"description":"Mapping of the facet.","example":"b","title":"Map","type":"string"},"Name":{"description":"Brand name.","example":"Merch XP","title":"Name","type":"string"},"Position":{"description":"Position of the facet.","example":1,"nullable":true,"title":"Position","type":"integer"},"Quantity":{"description":"Quantity of facets.","example":2,"title":"Quantity","type":"integer"},"Value":{"description":"Value of the facet.","example":"Merch-XP","title":"Value","type":"string"}},"required":["Quantity","Position","Name","Link","LinkEncoded","Map","Value"],"type":"object"},"title":"Brands","type":"array"},"CategoriesTrees":{"description":"Array of the category tree.","example":[{"Children":[{"Children":[],"Id":2,"Link":"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b","LinkEncoded":"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b","Map":"c","Name":"Lager Beers","Position":null,"Quantity":1,"Value":"Lager-Beers"}],"Id":1,"Link":"/Beers-Beers-Mesmo/1?map=c,b","LinkEncoded":"/Beers-Beers-Mesmo/1?map=c,b","Map":"c","Name":"Beers Beers Mesmo","Position":null,"Quantity":4,"Value":"Beers-Beers-Mesmo"},{"Children":[],"Id":1234571,"Link":"/Jogos/1?map=c,b","LinkEncoded":"/Jogos/1?map=c,b","Map":"c","Name":"Jogos","Position":null,"Quantity":2,"Value":"Jogos"}],"items":{"example":{"Children":[{"Children":[],"Id":2,"Link":"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b","LinkEncoded":"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b","Map":"c","Name":"Lager Beers","Position":null,"Quantity":1,"Value":"Lager-Beers"}],"Id":1,"Link":"/Beers-Beers-Mesmo/1?map=c,b","LinkEncoded":"/Beers-Beers-Mesmo/1?map=c,b","Map":"c","Name":"Beers Beers Mesmo","Position":null,"Quantity":4,"Value":"Beers-Beers-Mesmo"},"properties":{"Children":{"description":"Category children.","example":[{"Children":[],"Id":2,"Link":"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b","LinkEncoded":"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b","Map":"c","Name":"Lager Beers","Position":null,"Quantity":1,"Value":"Lager-Beers"}],"items":{"example":{"Children":[],"Id":2,"Link":"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b","LinkEncoded":"/Beers-Beers-Mesmo/Lager-Beers/1?map=c,c,b","Map":"c","Name":"Lager Beers","Position":null,"Quantity":1,"Value":"Lager-Beers"},"properties":{"Children":{"description":"Category children.","example":[],"items":{},"title":"Children","type":"array"},"Id":{"description":"Category ID.","example":1,"title":"Id","type":"integer"},"Link":{"description":"Link of the facet.","example":"/Beers-Beers-Mesmo/1?map=c,b","title":"Link","type":"string"},"LinkEncoded":{"description":"Encoded link of the facet.","example":"/Beers-Beers-Mesmo/1?map=c,b","title":"LinkEncoded","type":"string"},"Map":{"description":"Mapping of the facet.","example":"c","title":"Map","type":"string"},"Name":{"description":"Category name.","example":"Beers Beers Mesmo","title":"Name","type":"string"},"Position":{"description":"Position of the facet.","example":1,"nullable":true,"title":"Position","type":"integer"},"Quantity":{"description":"Quantity of the facets.","example":4,"title":"Quantity","type":"integer"},"Value":{"description":"Value of the facet.","example":"Beers-Beers-Mesmo","title":"Value","type":"string"}},"required":["Id","Quantity","Position","Name","Link","LinkEncoded","Map","Value","Children"],"type":"object"},"title":"Children","type":"array"},"Id":{"description":"Category ID.","example":1,"title":"Id","type":"integer"},"Link":{"description":"Link of the facet.","example":"/Beers-Beers-Mesmo/1?map=c,b","title":"Link","type":"string"},"LinkEncoded":{"description":"Encoded link of the facet.","example":"/Beers-Beers-Mesmo/1?map=c,b","title":"LinkEncoded","type":"string"},"Map":{"description":"Mapping of the facet.","example":"c","title":"Map","type":"string"},"Name":{"description":"Category name.","example":"Beers Beers Mesmo","title":"Name","type":"string"},"Position":{"description":"Position of the facet.","example":1,"nullable":true,"title":"Position","type":"integer"},"Quantity":{"description":"Quantity of the facets.","example":4,"title":"Quantity","type":"integer"},"Value":{"description":"Value of the facet.","example":"Beers-Beers-Mesmo","title":"Value","type":"string"}},"required":["Id","Quantity","Position","Name","Link","LinkEncoded","Map","Value","Children"],"type":"object"},"title":"CategoriesTrees","type":"array"},"Departments":{"description":"Array of general information about the categories.","example":[{"Link":"/Beers-Beers-Mesmo/1?map=c,b","LinkEncoded":"/Beers-Beers-Mesmo/1?map=c,b","Map":"c","Name":"Beers Beers Mesmo","Position":null,"Quantity":2,"Value":"Beers-Beers-Mesmo"},{"Link":"/Merch-Integration-Category-||/1?map=c,b","LinkEncoded":"/Merch-Integration-Category-%7C%7C/1?map=c,b","Map":"c","Name":"Merch Integration Category ||","Position":null,"Quantity":2,"Value":"Merch-Integration-Category-||"}],"items":{"example":{"Link":"/Beers-Beers-Mesmo/1?map=c,b","LinkEncoded":"/Beers-Beers-Mesmo/1?map=c,b","Map":"c","Name":"Beers Beers Mesmo","Position":null,"Quantity":2,"Value":"Beers-Beers-Mesmo"},"properties":{"Link":{"description":"Link of the facet.","example":"/Beers-Beers-Mesmo/1?map=c,b","title":"Link","type":"string"},"LinkEncoded":{"description":"Encoded link of the facet.","example":"/Beers-Beers-Mesmo/1?map=c,b","title":"LinkEncoded","type":"string"},"Map":{"description":"Mapping of the facet.","example":"c","title":"Map","type":"string"},"Name":{"description":"Category name.","example":"Beers Beers Mesmo","title":"Name","type":"string"},"Position":{"description":"Position of the facets.","example":1,"nullable":true,"title":"Position","type":"integer"},"Quantity":{"description":"Quantity of facets.","example":2,"title":"Quantity","type":"integer"},"Value":{"description":"Value of the facet.","example":"Beers-Beers-Mesmo","title":"Value","type":"string"}},"required":["Quantity","Position","Name","Link","LinkEncoded","Map","Value"],"title":"","type":"object"},"title":"Departments","type":"array"},"PriceRanges":{"description":"Array with general information of the price ranges.","example":[],"items":{},"title":"PriceRanges","type":"array"},"SpecificationFilters":{"description":"Object with general information of specifications.","example":{},"title":"SpecificationFilters","type":"object"},"Summary":{"description":"Summary of the facets.","example":{"Brands":{"DisplayedItems":10,"TotalItems":10},"CategoriesTrees":{"DisplayedItems":13,"TotalItems":13},"Departments":{"DisplayedItems":8,"TotalItems":8},"PriceRanges":{"DisplayedItems":0,"TotalItems":0},"SpecificationFilters":{}},"properties":{"Brands":{"description":"Brands' quantity of displayed and total items.","example":{"DisplayedItems":10,"TotalItems":10},"properties":{"DisplayedItems":{"description":"Quantity of displayed items.","example":10,"title":"DisplayedItems","type":"integer"},"TotalItems":{"description":"Quantity of total items.","example":10,"title":"TotalItems","type":"integer"}},"required":["DisplayedItems","TotalItems"],"title":"Brands","type":"object"},"CategoriesTrees":{"description":"Category tree's quantity of displayed and total items.","example":{"DisplayedItems":13,"TotalItems":13},"properties":{"DisplayedItems":{"description":"Quantity of displayed items.","example":13,"title":"DisplayedItems","type":"integer"},"TotalItems":{"description":"Quantity of total items.","example":13,"title":"TotalItems","type":"integer"}},"required":["DisplayedItems","TotalItems"],"title":"CategoriesTrees","type":"object"},"Departments":{"description":"Departments' quantity of displayed and total items.","example":{"DisplayedItems":8,"TotalItems":8},"properties":{"DisplayedItems":{"description":"Quantity of displayed items.","example":8,"title":"DisplayedItems","type":"integer"},"TotalItems":{"description":"Quantity of total items.","example":8,"title":"TotalItems","type":"integer"}},"required":["DisplayedItems","TotalItems"],"title":"Departments","type":"object"},"PriceRanges":{"description":"Price ranges' quantity of displayed and total items.","example":{"DisplayedItems":0,"TotalItems":0},"properties":{"DisplayedItems":{"description":"Quantity of displayed items.","example":0,"title":"DisplayedItems","type":"integer"},"TotalItems":{"description":"Quantity of total items.","example":0,"title":"TotalItems","type":"integer"}},"required":["DisplayedItems","TotalItems"],"title":"PriceRanges","type":"object"},"SpecificationFilters":{"description":"Specification filters' quantity of displayed and total items.","example":{},"title":"SpecificationFilters","type":"object"}},"required":["Departments","CategoriesTrees","Brands","PriceRanges","SpecificationFilters"],"title":"Summary","type":"object"}},"required":["Departments","Brands","SpecificationFilters","CategoriesTrees","PriceRanges","Summary"],"title":"","type":"object"}}},"description":"OK"}},"summary":"Search by Store Facets","tags":["Facets"]}},"/api/catalog_system/pub/products/crossselling/accessories/{productId}":{"get":{"deprecated":false,"description":"Retrieves general information about the product's accessories.","operationId":"ProductSearchAccessories","parameters":[{"description":"HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.","in":"header","name":"Accept","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Describes the type of the content being sent.","in":"header","name":"Content-Type","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Product's unique identifier","in":"path","name":"productId","required":true,"schema":{"example":1,"type":"integer"}}],"responses":{"200":{"description":"OK"}},"servers":[{"url":"https://entelperu.{environment}.com.br/api/catalog_system/pub/products/crossselling/accessories","variables":{"environment":{"default":"DefaultParameterValue"}}}],"summary":"Get Product Search of Accessories","tags":["CrossSelling"]}},"/api/catalog_system/pub/products/crossselling/showtogether/{productId}":{"get":{"deprecated":false,"description":"Retrieves general information about the products that are show together with the product in question.","operationId":"ProductSearchShowTogether","parameters":[{"description":"HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.","in":"header","name":"Accept","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Describes the type of the content being sent.","in":"header","name":"Content-Type","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Product's unique identifier","in":"path","name":"productId","required":true,"schema":{"example":1,"type":"integer"}}],"responses":{"200":{"description":"OK"}},"servers":[{"url":"https://entelperu.{environment}.com.br/api/catalog_system/pub/products/crossselling/accessories","variables":{"environment":{"default":"DefaultParameterValue"}}}],"summary":"Get Product Search of Show Together","tags":["CrossSelling"]}},"/api/catalog_system/pub/products/crossselling/similars/{productId}":{"get":{"deprecated":false,"description":"Retrieves general information about related product searches.","operationId":"ProductSearchSimilars","parameters":[{"description":"HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.","in":"header","name":"Accept","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Describes the type of the content being sent.","in":"header","name":"Content-Type","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Product's unique identifier","in":"path","name":"productId","required":true,"schema":{"example":1,"type":"integer"}}],"responses":{"200":{"description":"OK"}},"servers":[{"url":"http://example.com/.{environment}.com.br","variables":{"environment":{"default":"DefaultParameterValue"}}}],"summary":"Get Product Search of Similars","tags":["CrossSelling"]}},"/api/catalog_system/pub/products/crossselling/suggestions/{productId}":{"get":{"deprecated":false,"description":"Retrieves general information about other product suggestions related to the product.","operationId":"ProductSearchSuggestions","parameters":[{"description":"HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.","in":"header","name":"Accept","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Describes the type of the content being sent.","in":"header","name":"Content-Type","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Product's unique identifier","in":"path","name":"productId","required":true,"schema":{"example":1,"type":"integer"}}],"responses":{"200":{"description":"OK"}},"servers":[{"url":"http://example.com/.{environment}.com.br","variables":{"environment":{"default":"DefaultParameterValue"}}}],"summary":"Get Product Search of Suggestions","tags":["CrossSelling"]}},"/api/catalog_system/pub/products/crossselling/whoboughtalsobought/{productId}":{"get":{"deprecated":false,"description":"Retrieves general information about other related products that the user also bought.","operationId":"ProductSearchWhoBoughtAlsoBought","parameters":[{"description":"HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.","in":"header","name":"Accept","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Describes the type of the content being sent.","in":"header","name":"Content-Type","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"description":"Product unique identifier.","in":"path","name":"productId","required":true,"schema":{"example":"1","type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"example":[{"Alcool":["Percentual"],"Ale":["1"],"Percentual":["4,9"],"Percentuals":["4,9"],"Teste da Api2":["Teste de Api","Ale"],"Teste de Api":["a"],"Total":["Percentuals","Percentual"],"allSpecifications":["Percentuals","Percentual","Teste de Api","Ale"],"allSpecificationsGroups":["Total","Teste da Api2"],"brand":"Hoegaarden","brandId":2000004,"brandImageUrl":"https://merch.vteximg.com.br/arquivos/ids/155532/hoegardden-logo.jpg","categories":["/Beers Beers Mesmo/"],"categoriesIds":["/1/"],"categoryId":"1","clusterHighlights":{"138":"teste2"},"description":"","items":[{"Videos":[],"complementName":"","ean":"","estimatedDateArrival":null,"images":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-06-15T13:49:16.702Z","imageTag":"<img src=\"~/arquivos/ids/155489-#width#-#height#/99B14097-BFEA-4C0E-899E-35C95A2E1509_4_5005_c.jpg?v=637376717675800000\" width=\"#width#\" height=\"#height#\" alt=\"hoegaarden-kit\" id=\"\" />","imageText":"hoegaarden-kit","imageUrl":"https://merch.vteximg.com.br/arquivos/ids/155489/99B14097-BFEA-4C0E-899E-35C95A2E1509_4_5005_c.jpg?v=637376717675800000"}],"isKit":true,"itemId":"310118469","kitItems":[{"amount":6,"itemId":"310118466"}],"measurementUnit":"un","modalType":null,"name":"Kit com 6","nameComplete":"Kit de Hoegaarden Kit com 6","referenceId":[{"Key":"RefId","Value":"000806"}],"sellers":[{"addToCartLink":"https://merch.vtexcommercestable.com.br/checkout/cart/add?sku=310118469&qty=1&seller=1&sc=1&price=4200&cv=95EF7E5476DF276E679167A399FE3103_&sc=1","commertialOffer":{"AvailableQuantity":16,"BuyTogether":[],"CacheVersionUsedToCallCheckout":"95EF7E5476DF276E679167A399FE3103_","DeliverySlaSamples":[{"DeliverySlaPerTypes":[],"Region":null}],"DeliverySlaSamplesPerRegion":{"0":{"DeliverySlaPerTypes":[],"Region":null}},"DiscountHighLight":[],"GetInfoErrorMessage":null,"GiftSkuIds":[],"Installments":[{"InterestRate":0,"Name":"Visa à vista","NumberOfInstallments":1,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":42},{"InterestRate":0,"Name":"Visa 2 vezes sem juros","NumberOfInstallments":2,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":21},{"InterestRate":0,"Name":"Visa 3 vezes sem juros","NumberOfInstallments":3,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":14},{"InterestRate":0,"Name":"Visa 4 vezes sem juros","NumberOfInstallments":4,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":10.5},{"InterestRate":0,"Name":"Promissory à vista","NumberOfInstallments":1,"PaymentSystemGroupName":"promissoryPaymentGroup","PaymentSystemName":"Promissory","TotalValuePlusInterestRate":42,"Value":42}],"IsAvailable":true,"ItemMetadataAttachment":[],"ListPrice":42,"PaymentOptions":{"availableAccounts":[],"availableTokens":[],"giftCardMessages":[],"giftCards":[],"installmentOptions":[{"bin":null,"installments":[{"count":1,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"total":4200,"value":4200},{"count":2,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":2,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":2100}],"total":4200,"value":2100},{"count":3,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":3,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":1400}],"total":4200,"value":1400},{"count":4,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":4,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":1050}],"total":4200,"value":1050}],"paymentGroupName":"creditCardPaymentGroup","paymentName":"Visa","paymentSystem":"2","value":4200},{"bin":null,"installments":[{"count":1,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"total":4200,"value":4200}],"paymentGroupName":"promissoryPaymentGroup","paymentName":"Promissory","paymentSystem":"17","value":4200}],"paymentSystems":[{"availablePayments":null,"description":null,"dueDate":"2025-06-15T13:49:16.702Z","groupName":"promissoryPaymentGroup","id":17,"isCustom":false,"name":"Promissory","requiresAuthentication":false,"requiresDocument":false,"stringId":"17","template":"promissoryPaymentGroup-template","validator":null},{"availablePayments":null,"description":null,"dueDate":"2025-06-15T13:49:16.702Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-06-15T13:49:16.702Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1}],"link":"https://merch.vtexcommercestable.com.br/kit-6-cerveja-hoegaarden/p","linkText":"kit-6-cerveja-hoegaarden","metaTagDescription":"","productClusters":{"138":"teste2","143":"NaoPesquisavel","146":"colecaotestesubcategoria","161":"merch_import_test1"},"productId":"35","productName":"Kit de Hoegaarden","productReference":"000806","productReferenceCode":null,"productTitle":"","releaseDate":"2025-06-15T13:49:16.702Z","searchableClusters":{"138":"teste2"}}],"schema":{"items":{"properties":{"allSpecifications":{"description":"Array of the product's specifications.","example":["Percentuals","Percentual"],"items":{"description":"Product specification.","example":"Percentual","title":"","type":"string"},"title":"allSpecifications","type":"array"},"allSpecificationsGroups":{"description":"Array of the product's specifications groups.","example":["Total","Teste da Api2"],"items":{"description":"Product specification group","example":"Teste da Api2","title":"","type":"string"},"title":"allSpecificationsGroups","type":"array"},"brand":{"description":"Brand name.","example":"Hoegaarden","title":"brand","type":"string"},"brandId":{"description":"Product brand ID.","example":2000004,"title":"brandId","type":"integer"},"brandImageUrl":{"description":"Product's brand image URL.","example":"https://merch.vteximg.com.br/arquivos/ids/155532/hoegardden-logo.jpg","title":"brandImageUrl","type":"string"},"categories":{"description":"Array of the product's categories URLs.","example":["/Beers Beers Mesmo/"],"items":{},"title":"categories","type":"array"},"categoriesIds":{"description":"Array of the product's categories IDs.","example":["/1/"],"items":{},"title":"categoriesIds","type":"array"},"categoryId":{"description":"Product category ID.","example":"1","title":"categoryId","type":"string"},"clusterHighlights":{"description":"Cluster highlight ID and name.","example":{"138":"teste2"},"title":"clusterHighlights","type":"object"},"description":{"description":"Description of the main information related to the product. A simple and easy to understand summary for the customer.","example":"Description example","nullable":true,"title":"description","type":"string"},"items":{"description":"Array containing the product SKU general information.","example":[{"Videos":[],"complementName":"","ean":"","estimatedDateArrival":null,"images":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-06-15T13:49:16.702Z","imageTag":"<img src=\"~/arquivos/ids/155489-#width#-#height#/99B14097-BFEA-4C0E-899E-35C95A2E1509_4_5005_c.jpg?v=637376717675800000\" width=\"#width#\" height=\"#height#\" alt=\"hoegaarden-kit\" id=\"\" />","imageText":"hoegaarden-kit","imageUrl":"https://merch.vteximg.com.br/arquivos/ids/155489/99B14097-BFEA-4C0E-899E-35C95A2E1509_4_5005_c.jpg?v=637376717675800000"}],"isKit":true,"itemId":"310118469","kitItems":[{"amount":6,"itemId":"310118466"}],"measurementUnit":"un","modalType":null,"name":"Kit com 6","nameComplete":"Kit de Hoegaarden Kit com 6","referenceId":[{"Key":"RefId","Value":"000806"}],"sellers":[{"addToCartLink":"https://merch.vtexcommercestable.com.br/checkout/cart/add?sku=310118469&qty=1&seller=1&sc=1&price=4200&cv=95EF7E5476DF276E679167A399FE3103_&sc=1","commertialOffer":{"AvailableQuantity":16,"BuyTogether":[],"CacheVersionUsedToCallCheckout":"95EF7E5476DF276E679167A399FE3103_","DeliverySlaSamples":[{"DeliverySlaPerTypes":[],"Region":null}],"DeliverySlaSamplesPerRegion":{"0":{"DeliverySlaPerTypes":[],"Region":null}},"DiscountHighLight":[],"GetInfoErrorMessage":null,"GiftSkuIds":[],"Installments":[{"InterestRate":0,"Name":"Visa à vista","NumberOfInstallments":1,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":42},{"InterestRate":0,"Name":"Visa 2 vezes sem juros","NumberOfInstallments":2,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":21},{"InterestRate":0,"Name":"Visa 3 vezes sem juros","NumberOfInstallments":3,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":14},{"InterestRate":0,"Name":"Visa 4 vezes sem juros","NumberOfInstallments":4,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":10.5},{"InterestRate":0,"Name":"Promissory à vista","NumberOfInstallments":1,"PaymentSystemGroupName":"promissoryPaymentGroup","PaymentSystemName":"Promissory","TotalValuePlusInterestRate":42,"Value":42}],"IsAvailable":true,"ItemMetadataAttachment":[],"ListPrice":42,"PaymentOptions":{"availableAccounts":[],"availableTokens":[],"giftCardMessages":[],"giftCards":[],"installmentOptions":[{"bin":null,"installments":[{"count":1,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"total":4200,"value":4200},{"count":2,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":2,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":2100}],"total":4200,"value":2100},{"count":3,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":3,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":1400}],"total":4200,"value":1400},{"count":4,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":4,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":1050}],"total":4200,"value":1050}],"paymentGroupName":"creditCardPaymentGroup","paymentName":"Visa","paymentSystem":"2","value":4200},{"bin":null,"installments":[{"count":1,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"total":4200,"value":4200}],"paymentGroupName":"promissoryPaymentGroup","paymentName":"Promissory","paymentSystem":"17","value":4200}],"paymentSystems":[{"availablePayments":null,"description":null,"dueDate":"2025-06-15T13:49:16.702Z","groupName":"promissoryPaymentGroup","id":17,"isCustom":false,"name":"Promissory","requiresAuthentication":false,"requiresDocument":false,"stringId":"17","template":"promissoryPaymentGroup-template","validator":null},{"availablePayments":null,"description":null,"dueDate":"2025-06-15T13:49:16.702Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},