{"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-08-15T13:52:10.306Z","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-08-15T13:52:10.306Z","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-08-15T13:52:10.306Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.306Z","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-08-15T13:52:10.306Z","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-08-15T13:52:10.306Z","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-08-15T13:52:10.306Z","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-08-15T13:52:10.306Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.306Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1}],"items":{"example":{"Videos":[],"complementName":"","ean":"","estimatedDateArrival":null,"images":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.306Z","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-08-15T13:52:10.306Z","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-08-15T13:52:10.307Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.307Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1},"properties":{"Videos":{"description":"Videos.","example":[],"items":{},"title":"Videos","type":"array"},"complementName":{"description":"SKU complement name.","example":"Complement name","title":"complementName","type":"string"},"ean":{"description":"SKU unique identification code (barcode), accepts up to 13 numerical characters.","example":"12345567","title":"ean","type":"string"},"estimatedDateArrival":{"description":"Estimated date arrival.","example":"","nullable":true,"title":"estimatedDateArrival","type":"string"},"images":{"description":"Array of information about the SKU image.","example":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.307Z","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"}],"items":{"example":{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.307Z","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"},"properties":{"imageId":{"description":"Image ID.","example":"155489","title":"imageId","type":"string"},"imageLabel":{"description":"Image label.","example":"Label test","title":"imageLabel","type":"string"},"imageLastModified":{"description":"Date and time of the last update of the image.","example":"2025-08-15T13:52:10.307Z","title":"imageLastModified","type":"string"},"imageTag":{"description":"Image tag.","example":"<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=\"\" />","title":"imageTag","type":"string"},"imageText":{"description":"Image text.","example":"hoegaarden-kit","nullable":true,"title":"imageText","type":"string"},"imageUrl":{"description":"Image URL.","example":"https://merch.vteximg.com.br/arquivos/ids/155489/99B14097-BFEA-4C0E-899E-35C95A2E1509_4_5005_c.jpg?v=637376717675800000","title":"imageUrl","type":"string"}},"required":["imageId","imageLabel","imageTag","imageUrl","imageText","imageLastModified"],"title":"","type":"object"},"title":"images","type":"array"},"isKit":{"description":"If the SKU is part of a kit.","example":true,"title":"isKit","type":"boolean"},"itemId":{"description":"SKU ID.","example":"310118469","title":"itemId","type":"string"},"kitItems":{"description":"Array with information of SKUs components from a Kit.","example":[{"amount":6,"itemId":"310118466"}],"items":{"example":{"amount":6,"itemId":"310118466"},"properties":{"amount":{"description":"Amount of the SKU component in the kit.","example":6,"title":"amount","type":"integer"},"itemId":{"description":"SKU kit component ID.","example":"310118466","title":"itemId","type":"string"}},"required":["itemId","amount"],"title":"","type":"object"},"title":"kitItems","type":"array"},"measurementUnit":{"description":"Used only in cases when you need to convert the unit of measure for sale. In common cases, use 'un'.","example":"un","title":"measurementUnit","type":"string"},"modalType":{"description":"Modal Type.","example":"Modal Type test","nullable":true,"title":"modalType","type":"string"},"name":{"description":"SKU name.","example":"Kit com 6","title":"name","type":"string"},"nameComplete":{"description":"SKU complete name.","example":"Kit de Hoegaarden Kit com 6","title":"nameComplete","type":"string"},"referenceId":{"description":"Reference code ID.","example":[{"Key":"RefId","Value":"000806"}],"items":{"example":{"Key":"RefId","Value":"000806"},"properties":{"Key":{"description":"Reference Code.","example":"RefId","title":"Key","type":"string"},"Value":{"description":"Unique reference code used internally for organizational purposes.","example":"000806","title":"Value","type":"string"}},"required":["Key","Value"],"title":"","type":"object"},"title":"referenceId","type":"array"},"sellers":{"description":"Array of SKU sellers.","example":[{"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-08-15T13:52:10.307Z","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-08-15T13:52:10.307Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.307Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"items":{"example":{"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-08-15T13:52:10.307Z","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-08-15T13:52:10.307Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.307Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"},"properties":{"addToCartLink":{"description":"URL to add the product to the cart.","example":"https://merch.vtexcommercestable.com.br/checkout/cart/add?sku=310118469&qty=1&seller=1&sc=1&price=4200&cv=95EF7E5476DF276E679167A399FE3103_&sc=1","title":"addToCartLink","type":"string"},"commertialOffer":{"description":"AKA Commertial Condition.","example":{"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-08-15T13:52:10.307Z","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-08-15T13:52:10.307Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.307Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"properties":{"AvailableQuantity":{"description":"Use the `IsAvailable` field instead.","example":16,"title":"AvailableQuantity","type":"integer"},"BuyTogether":{"description":"Array of other products that can be bought together with the product in question.","example":[],"items":{},"title":"BuyTogether","type":"array"},"CacheVersionUsedToCallCheckout":{"description":"Cache version used to call checkout.","example":"95EF7E5476DF276E679167A399FE3103_","title":"CacheVersionUsedToCallCheckout","type":"string"},"DeliverySlaSamples":{"description":"Delivery SLA samples.","example":[{"DeliverySlaPerTypes":[],"Region":null}],"items":{"example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":null,"nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"},"title":"DeliverySlaSamples","type":"array"},"DeliverySlaSamplesPerRegion":{"description":"Delivery SLA samples per region.","example":{"0":{"DeliverySlaPerTypes":[],"Region":"null"}},"properties":{"0":{"description":"Delivery SLA ID.","example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":"","nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"}},"title":"DeliverySlaSamplesPerRegion","type":"object"},"DiscountHighLight":{"description":"Discount hightlight.","example":[],"items":{},"title":"DiscountHighLight","type":"array"},"GetInfoErrorMessage":{"description":"Get info error message.","example":null,"nullable":true,"title":"GetInfoErrorMessage","type":"string"},"GiftSkuIds":{"description":"Array of SKU gifts IDs.","example":[],"items":{},"title":"GiftSkuIds","type":"array"},"Installments":{"description":"Installments options.","example":[{"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}],"items":{"example":{"InterestRate":0,"Name":"Visa à vista","NumberOfInstallments":1,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":42},"properties":{"InterestRate":{"description":"Interest rate of the installment.","example":0,"title":"InterestRate","type":"number"},"Name":{"description":"Name of the installment.","example":"Visa à vista","title":"Name","type":"string"},"NumberOfInstallments":{"description":"Number of the installment.","example":1,"title":"NumberOfInstallments","type":"integer"},"PaymentSystemGroupName":{"description":"Payment system group name of the installment.","example":"creditCardPaymentGroup","title":"PaymentSystemGroupName","type":"string"},"PaymentSystemName":{"description":"Payment system name of the installment.","example":"Visa","title":"PaymentSystemName","type":"string"},"TotalValuePlusInterestRate":{"description":"Total value plus interest rate of the installment.","example":42,"title":"TotalValuePlusInterestRate","type":"number"},"Value":{"description":"Value of the installment.","example":42,"title":"Value","type":"number"}},"required":["Value","InterestRate","TotalValuePlusInterestRate","NumberOfInstallments","PaymentSystemName","PaymentSystemGroupName","Name"],"title":"","type":"object"},"title":"Installments","type":"array"},"IsAvailable":{"description":"If the product is available or not.","example":true,"title":"IsAvailable","type":"boolean"},"ItemMetadataAttachment":{"description":"Item metadata attachment.","example":[],"items":{},"title":"ItemMetadataAttachment","type":"array"},"ListPrice":{"description":"List price of the product.","example":42,"title":"ListPrice","type":"number"},"PaymentOptions":{"description":"Payment options.","example":{"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-08-15T13:52:10.307Z","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-08-15T13:52:10.307Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"properties":{"availableAccounts":{"description":"Available accounts.","example":[],"items":{},"title":"availableAccounts","type":"array"},"availableTokens":{"description":"Available tokens.","example":[],"items":{},"title":"availableTokens","type":"array"},"giftCardMessages":{"description":"GiftCardMessages.","example":[],"items":{},"title":"giftCardMessages","type":"array"},"giftCards":{"description":"GiftCards.","example":[],"items":{},"title":"giftCards","type":"array"},"installmentOptions":{"description":"installment options.","example":[{"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}],"items":{"example":{"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},"properties":{"bin":{"description":"Bin.","example":null,"nullable":true,"title":"bin","type":"string"},"installments":{"description":"Installments.","example":[{"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}],"items":{"example":{"count":1,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"sellerMerchantInstallments":{"description":"Seller merchant installments.","example":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"items":{"example":{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"id":{"description":"ID.","example":"MERCH","title":"id","type":"string"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["id","count","hasInterestRate","interestRate","value","total"],"title":"","type":"object"},"title":"sellerMerchantInstallments","type":"array"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["count","hasInterestRate","interestRate","value","total","sellerMerchantInstallments"],"title":"","type":"object"},"title":"installments","type":"array"},"paymentGroupName":{"description":"Payment group name.","example":"creditCardPaymentGroup","title":"paymentGroupName","type":"string"},"paymentName":{"description":"Payment name.","example":"Visa","title":"paymentName","type":"string"},"paymentSystem":{"description":"Payment system.","example":"2","title":"paymentSystem","type":"string"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["paymentSystem","bin","paymentName","paymentGroupName","value","installments"],"title":"","type":"object"},"title":"installmentOptions","type":"array"},"paymentSystems":{"description":"Payment systems.","example":[{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.307Z","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-08-15T13:52:10.307Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"items":{"example":{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.307Z","groupName":"promissoryPaymentGroup","id":17,"isCustom":false,"name":"Promissory","requiresAuthentication":false,"requiresDocument":false,"stringId":"17","template":"promissoryPaymentGroup-template","validator":null},"properties":{"availablePayments":{"description":"Available payments.","example":"","nullable":true,"title":"availablePayments","type":"string"},"description":{"description":"Description.","example":"","nullable":true,"title":"description","type":"string"},"dueDate":{"description":"Due date.","example":"2025-08-15T13:52:10.308Z","title":"dueDate","type":"string"},"groupName":{"description":"Group name.","example":"promissoryPaymentGroup","title":"groupName","type":"string"},"id":{"description":"ID.","example":17,"title":"id","type":"integer"},"isCustom":{"description":"If is custom or not.","example":false,"title":"isCustom","type":"boolean"},"name":{"description":"Name.","example":"Promissory","title":"name","type":"string"},"requiresAuthentication":{"description":"If requires authentication.","example":false,"title":"requiresAuthentication","type":"boolean"},"requiresDocument":{"description":"If requires document or not.","example":false,"title":"requiresDocument","type":"boolean"},"stringId":{"description":"String ID.","example":"17","title":"stringId","type":"string"},"template":{"description":"Template.","example":"promissoryPaymentGroup-template","title":"template","type":"string"},"validator":{"description":"Validator.","example":"","nullable":true,"title":"validator","type":"string"}},"required":["id","name","groupName","validator","stringId","template","requiresDocument","isCustom","description","requiresAuthentication","dueDate","availablePayments"],"title":"","type":"object"},"title":"paymentSystems","type":"array"},"payments":{"description":"Payments.","example":[],"items":{},"title":"payments","type":"array"}},"required":["installmentOptions","paymentSystems","payments","giftCards","giftCardMessages","availableAccounts","availableTokens"],"title":"PaymentOptions","type":"object"},"Price":{"description":"Price of the product.","example":42,"title":"Price","type":"number"},"PriceValidUntil":{"description":"Price of the product valid until a certain date.","example":"2025-08-15T13:52:10.308Z","title":"PriceValidUntil","type":"string"},"PriceWithoutDiscount":{"description":"Price of the product without discount.","example":42,"title":"PriceWithoutDiscount","type":"number"},"RewardValue":{"description":"Reward value of the product.","example":0,"title":"RewardValue","type":"number"},"SaleChannel":{"description":"Trade policy which the product is contained.","example":0,"title":"SaleChannel","type":"integer"},"Tax":{"description":"Tax of the product.","example":0,"title":"Tax","type":"number"},"Teasers":{"description":"Teasers.","example":[],"items":{},"title":"Teasers","type":"array"}},"required":["DeliverySlaSamplesPerRegion","Installments","DiscountHighLight","GiftSkuIds","Teasers","BuyTogether","ItemMetadataAttachment","Price","ListPrice","PriceWithoutDiscount","RewardValue","PriceValidUntil","AvailableQuantity","IsAvailable","Tax","SaleChannel","DeliverySlaSamples","GetInfoErrorMessage","CacheVersionUsedToCallCheckout","PaymentOptions"],"title":"commertialOffer","type":"object"},"sellerDefault":{"description":"If the seller is default or not.","example":true,"title":"sellerDefault","type":"boolean"},"sellerId":{"description":"SKU seller ID.","example":"1","title":"sellerId","type":"string"},"sellerName":{"description":"SKU seller name.","example":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE","title":"sellerName","type":"string"}},"required":["sellerId","sellerName","addToCartLink","sellerDefault","commertialOffer"],"title":"","type":"object"},"title":"sellers","type":"array"},"unitMultiplier":{"description":"numerical unit that multiplies the selected quantity of the product when it is inserted in the cart.","example":1,"title":"unitMultiplier","type":"number"}},"required":["itemId","name","nameComplete","complementName","ean","referenceId","measurementUnit","unitMultiplier","modalType","isKit","kitItems","images","sellers","Videos","estimatedDateArrival"],"title":"","type":"object"},"title":"items","type":"array"},"link":{"description":"Product URL.","example":"https://merch.vtexcommercestable.com.br/kit-6-cerveja-hoegaarden/p","title":"link","type":"string"},"linkText":{"description":"Product URL.","example":"kit-6-cerveja-hoegaarden","title":"linkText","type":"string"},"metaTagDescription":{"description":"Brief description of the category. It's recommended that you don't exceed 150 characters so that the search engines can display it correctly in the results page.","example":"Category for Beers","title":"metaTagDescription","type":"string"},"productClusters":{"description":"Product clusters' IDs and names.","example":{"138":"teste2","143":"NaoPesquisavel","146":"colecaotestesubcategoria","161":"merch_import_test1"},"title":"productClusters","type":"object"},"productId":{"description":"Product unique identifier.","example":"35","title":"productId","type":"string"},"productName":{"description":"Product name.","example":"Kit de Hoegaarden","title":"productName","type":"string"},"productReference":{"description":"Product reference.","example":"000806","title":"productReference","type":"string"},"productReferenceCode":{"description":"Product reference ID.","example":1234,"nullable":true,"title":"productReferenceCode","type":"integer"},"productTitle":{"description":"Text that is in the browser tab and corresponds to the title of the product page. This field is important for SEO.","example":"Kit 6 cerveja Hoegaarden","title":"productTitle","type":"string"},"releaseDate":{"description":"Product release date.","example":"2025-08-15T13:52:10.308Z","title":"releaseDate","type":"string"},"searchableClusters":{"description":"Searchable clusters IDs and names","example":{"138":"teste2"},"title":"searchableClusters","type":"object"}},"required":["productId","productName","brand","brandId","brandImageUrl","linkText","productReference","productReferenceCode","categoryId","productTitle","metaTagDescription","releaseDate","clusterHighlights","productClusters","searchableClusters","categories","categoriesIds","link","Percentuals","Percentual","Total","Teste de Api","Ale","Teste da Api2","Alcool","allSpecifications","allSpecificationsGroups","description","items"],"title":"","type":"object"},"title":"","type":"array"}}},"description":"OK"}},"servers":[{"url":"http://example.com/.{environment}.com.br","variables":{"environment":{"default":"DefaultParameterValue"}}}],"summary":"Get Product Search of Who Bought Also Bought","tags":["CrossSelling"]}},"/api/catalog_system/pub/products/crossselling/whosawalsobought/{productId}":{"get":{"deprecated":false,"description":"Retrieves general information about other related products that the users saw and also bought.","operationId":"ProductSearchWhoSawAlsoBought","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-08-15T13:52:10.308Z","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-08-15T13:52:10.308Z","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-08-15T13:52:10.308Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.308Z","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-08-15T13:52:10.308Z","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-08-15T13:52:10.308Z","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-08-15T13:52:10.308Z","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-08-15T13:52:10.308Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.308Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1}],"items":{"example":{"Videos":[],"complementName":"","ean":"","estimatedDateArrival":null,"images":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.308Z","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-08-15T13:52:10.308Z","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-08-15T13:52:10.308Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.308Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1},"properties":{"Videos":{"description":"Videos.","example":[],"items":{},"title":"Videos","type":"array"},"complementName":{"description":"SKU complement name.","example":"Complement name","title":"complementName","type":"string"},"ean":{"description":"SKU unique identification code (barcode), accepts up to 13 numerical characters.","example":"12345567","title":"ean","type":"string"},"estimatedDateArrival":{"description":"Estimated date arrival.","example":"","nullable":true,"title":"estimatedDateArrival","type":"string"},"images":{"description":"Array of information about the SKU image.","example":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.308Z","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"}],"items":{"example":{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.308Z","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"},"properties":{"imageId":{"description":"Image ID.","example":"155489","title":"imageId","type":"string"},"imageLabel":{"description":"Image label.","example":"Label test","title":"imageLabel","type":"string"},"imageLastModified":{"description":"Date and time of the last update of the image.","example":"2025-08-15T13:52:10.308Z","title":"imageLastModified","type":"string"},"imageTag":{"description":"Image tag.","example":"<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=\"\" />","title":"imageTag","type":"string"},"imageText":{"description":"Image text.","example":"hoegaarden-kit","nullable":true,"title":"imageText","type":"string"},"imageUrl":{"description":"Image URL.","example":"https://merch.vteximg.com.br/arquivos/ids/155489/99B14097-BFEA-4C0E-899E-35C95A2E1509_4_5005_c.jpg?v=637376717675800000","title":"imageUrl","type":"string"}},"required":["imageId","imageLabel","imageTag","imageUrl","imageText","imageLastModified"],"title":"","type":"object"},"title":"images","type":"array"},"isKit":{"description":"If the SKU is part of a kit.","example":true,"title":"isKit","type":"boolean"},"itemId":{"description":"SKU ID.","example":"310118469","title":"itemId","type":"string"},"kitItems":{"description":"Array with information of SKUs components from a Kit.","example":[{"amount":6,"itemId":"310118466"}],"items":{"example":{"amount":6,"itemId":"310118466"},"properties":{"amount":{"description":"Amount of the SKU component in the kit.","example":6,"title":"amount","type":"integer"},"itemId":{"description":"SKU kit component ID.","example":"310118466","title":"itemId","type":"string"}},"required":["itemId","amount"],"title":"","type":"object"},"title":"kitItems","type":"array"},"measurementUnit":{"description":"Used only in cases when you need to convert the unit of measure for sale. In common cases, use 'un'.","example":"un","title":"measurementUnit","type":"string"},"modalType":{"description":"Modal Type.","example":"Modal Type test","nullable":true,"title":"modalType","type":"string"},"name":{"description":"SKU name.","example":"Kit com 6","title":"name","type":"string"},"nameComplete":{"description":"SKU complete name.","example":"Kit de Hoegaarden Kit com 6","title":"nameComplete","type":"string"},"referenceId":{"description":"Reference code ID.","example":[{"Key":"RefId","Value":"000806"}],"items":{"example":{"Key":"RefId","Value":"000806"},"properties":{"Key":{"description":"Reference Code.","example":"RefId","title":"Key","type":"string"},"Value":{"description":"Unique reference code used internally for organizational purposes.","example":"000806","title":"Value","type":"string"}},"required":["Key","Value"],"title":"","type":"object"},"title":"referenceId","type":"array"},"sellers":{"description":"Array of SKU sellers.","example":[{"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-08-15T13:52:10.309Z","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-08-15T13:52:10.309Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.309Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"items":{"example":{"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-08-15T13:52:10.309Z","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-08-15T13:52:10.309Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.309Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"},"properties":{"addToCartLink":{"description":"URL to add the product to the cart.","example":"https://merch.vtexcommercestable.com.br/checkout/cart/add?sku=310118469&qty=1&seller=1&sc=1&price=4200&cv=95EF7E5476DF276E679167A399FE3103_&sc=1","title":"addToCartLink","type":"string"},"commertialOffer":{"description":"AKA Commertial Condition.","example":{"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-08-15T13:52:10.309Z","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-08-15T13:52:10.309Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.309Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"properties":{"AvailableQuantity":{"description":"Use the `IsAvailable` field instead.","example":16,"title":"AvailableQuantity","type":"integer"},"BuyTogether":{"description":"Array of other products that can be bought together with the product in question.","example":[],"items":{},"title":"BuyTogether","type":"array"},"CacheVersionUsedToCallCheckout":{"description":"Cache version used to call checkout.","example":"95EF7E5476DF276E679167A399FE3103_","title":"CacheVersionUsedToCallCheckout","type":"string"},"DeliverySlaSamples":{"description":"Delivery SLA samples.","example":[{"DeliverySlaPerTypes":[],"Region":null}],"items":{"example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":null,"nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"},"title":"DeliverySlaSamples","type":"array"},"DeliverySlaSamplesPerRegion":{"description":"Delivery SLA samples per region.","example":{"0":{"DeliverySlaPerTypes":[],"Region":"null"}},"properties":{"0":{"description":"Delivery SLA ID.","example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":"","nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"}},"title":"DeliverySlaSamplesPerRegion","type":"object"},"DiscountHighLight":{"description":"Discount hightlight.","example":[],"items":{},"title":"DiscountHighLight","type":"array"},"GetInfoErrorMessage":{"description":"Get info error message.","example":null,"nullable":true,"title":"GetInfoErrorMessage","type":"string"},"GiftSkuIds":{"description":"Array of SKU gifts IDs.","example":[],"items":{},"title":"GiftSkuIds","type":"array"},"Installments":{"description":"Installments options.","example":[{"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}],"items":{"example":{"InterestRate":0,"Name":"Visa à vista","NumberOfInstallments":1,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":42},"properties":{"InterestRate":{"description":"Interest rate of the installment.","example":0,"title":"InterestRate","type":"number"},"Name":{"description":"Name of the installment.","example":"Visa à vista","title":"Name","type":"string"},"NumberOfInstallments":{"description":"Number of the installment.","example":1,"title":"NumberOfInstallments","type":"integer"},"PaymentSystemGroupName":{"description":"Payment system group name of the installment.","example":"creditCardPaymentGroup","title":"PaymentSystemGroupName","type":"string"},"PaymentSystemName":{"description":"Payment system name of the installment.","example":"Visa","title":"PaymentSystemName","type":"string"},"TotalValuePlusInterestRate":{"description":"Total value plus interest rate of the installment.","example":42,"title":"TotalValuePlusInterestRate","type":"number"},"Value":{"description":"Value of the installment.","example":42,"title":"Value","type":"number"}},"required":["Value","InterestRate","TotalValuePlusInterestRate","NumberOfInstallments","PaymentSystemName","PaymentSystemGroupName","Name"],"title":"","type":"object"},"title":"Installments","type":"array"},"IsAvailable":{"description":"If the product is available or not.","example":true,"title":"IsAvailable","type":"boolean"},"ItemMetadataAttachment":{"description":"Item metadata attachment.","example":[],"items":{},"title":"ItemMetadataAttachment","type":"array"},"ListPrice":{"description":"List price of the product.","example":42,"title":"ListPrice","type":"number"},"PaymentOptions":{"description":"Payment options.","example":{"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-08-15T13:52:10.309Z","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-08-15T13:52:10.309Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"properties":{"availableAccounts":{"description":"Available accounts.","example":[],"items":{},"title":"availableAccounts","type":"array"},"availableTokens":{"description":"Available tokens.","example":[],"items":{},"title":"availableTokens","type":"array"},"giftCardMessages":{"description":"GiftCardMessages.","example":[],"items":{},"title":"giftCardMessages","type":"array"},"giftCards":{"description":"GiftCards.","example":[],"items":{},"title":"giftCards","type":"array"},"installmentOptions":{"description":"installment options.","example":[{"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}],"items":{"example":{"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},"properties":{"bin":{"description":"Bin.","example":null,"nullable":true,"title":"bin","type":"string"},"installments":{"description":"Installments.","example":[{"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}],"items":{"example":{"count":1,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"sellerMerchantInstallments":{"description":"Seller merchant installments.","example":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"items":{"example":{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"id":{"description":"ID.","example":"MERCH","title":"id","type":"string"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["id","count","hasInterestRate","interestRate","value","total"],"title":"","type":"object"},"title":"sellerMerchantInstallments","type":"array"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["count","hasInterestRate","interestRate","value","total","sellerMerchantInstallments"],"title":"","type":"object"},"title":"installments","type":"array"},"paymentGroupName":{"description":"Payment group name.","example":"creditCardPaymentGroup","title":"paymentGroupName","type":"string"},"paymentName":{"description":"Payment name.","example":"Visa","title":"paymentName","type":"string"},"paymentSystem":{"description":"Payment system.","example":"2","title":"paymentSystem","type":"string"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["paymentSystem","bin","paymentName","paymentGroupName","value","installments"],"title":"","type":"object"},"title":"installmentOptions","type":"array"},"paymentSystems":{"description":"Payment systems.","example":[{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.309Z","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-08-15T13:52:10.309Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"items":{"example":{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.309Z","groupName":"promissoryPaymentGroup","id":17,"isCustom":false,"name":"Promissory","requiresAuthentication":false,"requiresDocument":false,"stringId":"17","template":"promissoryPaymentGroup-template","validator":null},"properties":{"availablePayments":{"description":"Available payments.","example":"","nullable":true,"title":"availablePayments","type":"string"},"description":{"description":"Description.","example":"","nullable":true,"title":"description","type":"string"},"dueDate":{"description":"Due date.","example":"2025-08-15T13:52:10.309Z","title":"dueDate","type":"string"},"groupName":{"description":"Group name.","example":"promissoryPaymentGroup","title":"groupName","type":"string"},"id":{"description":"ID.","example":17,"title":"id","type":"integer"},"isCustom":{"description":"If is custom or not.","example":false,"title":"isCustom","type":"boolean"},"name":{"description":"Name.","example":"Promissory","title":"name","type":"string"},"requiresAuthentication":{"description":"If requires authentication.","example":false,"title":"requiresAuthentication","type":"boolean"},"requiresDocument":{"description":"If requires document or not.","example":false,"title":"requiresDocument","type":"boolean"},"stringId":{"description":"String ID.","example":"17","title":"stringId","type":"string"},"template":{"description":"Template.","example":"promissoryPaymentGroup-template","title":"template","type":"string"},"validator":{"description":"Validator.","example":"","nullable":true,"title":"validator","type":"string"}},"required":["id","name","groupName","validator","stringId","template","requiresDocument","isCustom","description","requiresAuthentication","dueDate","availablePayments"],"title":"","type":"object"},"title":"paymentSystems","type":"array"},"payments":{"description":"Payments.","example":[],"items":{},"title":"payments","type":"array"}},"required":["installmentOptions","paymentSystems","payments","giftCards","giftCardMessages","availableAccounts","availableTokens"],"title":"PaymentOptions","type":"object"},"Price":{"description":"Price of the product.","example":42,"title":"Price","type":"number"},"PriceValidUntil":{"description":"Price of the product valid until a certain date.","example":"2025-08-15T13:52:10.309Z","title":"PriceValidUntil","type":"string"},"PriceWithoutDiscount":{"description":"Price of the product without discount.","example":42,"title":"PriceWithoutDiscount","type":"number"},"RewardValue":{"description":"Reward value of the product.","example":0,"title":"RewardValue","type":"number"},"SaleChannel":{"description":"Trade policy which the product is contained.","example":0,"title":"SaleChannel","type":"integer"},"Tax":{"description":"Tax of the product.","example":0,"title":"Tax","type":"number"},"Teasers":{"description":"Teasers.","example":[],"items":{},"title":"Teasers","type":"array"}},"required":["DeliverySlaSamplesPerRegion","Installments","DiscountHighLight","GiftSkuIds","Teasers","BuyTogether","ItemMetadataAttachment","Price","ListPrice","PriceWithoutDiscount","RewardValue","PriceValidUntil","AvailableQuantity","IsAvailable","Tax","SaleChannel","DeliverySlaSamples","GetInfoErrorMessage","CacheVersionUsedToCallCheckout","PaymentOptions"],"title":"commertialOffer","type":"object"},"sellerDefault":{"description":"If the seller is default or not.","example":true,"title":"sellerDefault","type":"boolean"},"sellerId":{"description":"SKU seller ID.","example":"1","title":"sellerId","type":"string"},"sellerName":{"description":"SKU seller name.","example":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE","title":"sellerName","type":"string"}},"required":["sellerId","sellerName","addToCartLink","sellerDefault","commertialOffer"],"title":"","type":"object"},"title":"sellers","type":"array"},"unitMultiplier":{"description":"numerical unit that multiplies the selected quantity of the product when it is inserted in the cart.","example":1,"title":"unitMultiplier","type":"number"}},"required":["itemId","name","nameComplete","complementName","ean","referenceId","measurementUnit","unitMultiplier","modalType","isKit","kitItems","images","sellers","Videos","estimatedDateArrival"],"title":"","type":"object"},"title":"items","type":"array"},"link":{"description":"Product URL.","example":"https://merch.vtexcommercestable.com.br/kit-6-cerveja-hoegaarden/p","title":"link","type":"string"},"linkText":{"description":"Product URL.","example":"kit-6-cerveja-hoegaarden","title":"linkText","type":"string"},"metaTagDescription":{"description":"Brief description of the category. It's recommended that you don't exceed 150 characters so that the search engines can display it correctly in the results page.","example":"Category for Beers","title":"metaTagDescription","type":"string"},"productClusters":{"description":"Product clusters' IDs and names.","example":{"138":"teste2","143":"NaoPesquisavel","146":"colecaotestesubcategoria","161":"merch_import_test1"},"title":"productClusters","type":"object"},"productId":{"description":"Product unique identifier.","example":"35","title":"productId","type":"string"},"productName":{"description":"Product name.","example":"Kit de Hoegaarden","title":"productName","type":"string"},"productReference":{"description":"Product reference.","example":"000806","title":"productReference","type":"string"},"productReferenceCode":{"description":"Product reference ID.","example":1234,"nullable":true,"title":"productReferenceCode","type":"integer"},"productTitle":{"description":"Text that is in the browser tab and corresponds to the title of the product page. This field is important for SEO.","example":"Kit 6 cerveja Hoegaarden","title":"productTitle","type":"string"},"releaseDate":{"description":"Product release date.","example":"2025-08-15T13:52:10.310Z","title":"releaseDate","type":"string"},"searchableClusters":{"description":"Searchable clusters IDs and names","example":{"138":"teste2"},"title":"searchableClusters","type":"object"}},"required":["productId","productName","brand","brandId","brandImageUrl","linkText","productReference","productReferenceCode","categoryId","productTitle","metaTagDescription","releaseDate","clusterHighlights","productClusters","searchableClusters","categories","categoriesIds","link","Percentuals","Percentual","Total","Teste de Api","Ale","Teste da Api2","Alcool","allSpecifications","allSpecificationsGroups","description","items"],"title":"","type":"object"},"title":"","type":"array"}}},"description":"OK"}},"servers":[{"url":"http://example.com/.{environment}.com.br","variables":{"environment":{"default":"DefaultParameterValue"}}}],"summary":"Get Product Search of Who Saw Also Bought","tags":["CrossSelling"]}},"/api/catalog_system/pub/products/crossselling/whosawalsosaw/{productId}":{"get":{"deprecated":false,"description":"Retrieves general information about other related products that the users also saw.","operationId":"ProductSearchWhoSawAlsoSaw","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":"integer"},"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-08-15T13:52:10.310Z","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-08-15T13:52:10.310Z","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-08-15T13:52:10.310Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.310Z","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-08-15T13:52:10.310Z","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-08-15T13:52:10.310Z","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-08-15T13:52:10.310Z","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-08-15T13:52:10.310Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.310Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1}],"items":{"example":{"Videos":[],"complementName":"","ean":"","estimatedDateArrival":null,"images":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.310Z","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-08-15T13:52:10.310Z","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-08-15T13:52:10.310Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.310Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1},"properties":{"Videos":{"description":"Videos.","example":[],"items":{},"title":"Videos","type":"array"},"complementName":{"description":"SKU complement name.","example":"Complement name","title":"complementName","type":"string"},"ean":{"description":"SKU unique identification code (barcode), accepts up to 13 numerical characters.","example":"12345567","title":"ean","type":"string"},"estimatedDateArrival":{"description":"Estimated date arrival.","example":"","nullable":true,"title":"estimatedDateArrival","type":"string"},"images":{"description":"Array of information about the SKU image.","example":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.310Z","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"}],"items":{"example":{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.310Z","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"},"properties":{"imageId":{"description":"Image ID.","example":"155489","title":"imageId","type":"string"},"imageLabel":{"description":"Image label.","example":"Label test","title":"imageLabel","type":"string"},"imageLastModified":{"description":"Date and time of the last update of the image.","example":"2025-08-15T13:52:10.310Z","title":"imageLastModified","type":"string"},"imageTag":{"description":"Image tag.","example":"<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=\"\" />","title":"imageTag","type":"string"},"imageText":{"description":"Image text.","example":"hoegaarden-kit","nullable":true,"title":"imageText","type":"string"},"imageUrl":{"description":"Image URL.","example":"https://merch.vteximg.com.br/arquivos/ids/155489/99B14097-BFEA-4C0E-899E-35C95A2E1509_4_5005_c.jpg?v=637376717675800000","title":"imageUrl","type":"string"}},"required":["imageId","imageLabel","imageTag","imageUrl","imageText","imageLastModified"],"title":"","type":"object"},"title":"images","type":"array"},"isKit":{"description":"If the SKU is part of a kit.","example":true,"title":"isKit","type":"boolean"},"itemId":{"description":"SKU ID.","example":"310118469","title":"itemId","type":"string"},"kitItems":{"description":"Array with information of SKUs components from a Kit.","example":[{"amount":6,"itemId":"310118466"}],"items":{"example":{"amount":6,"itemId":"310118466"},"properties":{"amount":{"description":"Amount of the SKU component in the kit.","example":6,"title":"amount","type":"integer"},"itemId":{"description":"SKU kit component ID.","example":"310118466","title":"itemId","type":"string"}},"required":["itemId","amount"],"title":"","type":"object"},"title":"kitItems","type":"array"},"measurementUnit":{"description":"Used only in cases when you need to convert the unit of measure for sale. In common cases, use 'un'.","example":"un","title":"measurementUnit","type":"string"},"modalType":{"description":"Modal Type.","example":"Modal Type test","nullable":true,"title":"modalType","type":"string"},"name":{"description":"SKU name.","example":"Kit com 6","title":"name","type":"string"},"nameComplete":{"description":"SKU complete name.","example":"Kit de Hoegaarden Kit com 6","title":"nameComplete","type":"string"},"referenceId":{"description":"Reference code ID.","example":[{"Key":"RefId","Value":"000806"}],"items":{"example":{"Key":"RefId","Value":"000806"},"properties":{"Key":{"description":"Reference Code.","example":"RefId","title":"Key","type":"string"},"Value":{"description":"Unique reference code used internally for organizational purposes.","example":"000806","title":"Value","type":"string"}},"required":["Key","Value"],"title":"","type":"object"},"title":"referenceId","type":"array"},"sellers":{"description":"Array of SKU sellers.","example":[{"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-08-15T13:52:10.310Z","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-08-15T13:52:10.310Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.310Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"items":{"example":{"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-08-15T13:52:10.311Z","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-08-15T13:52:10.311Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.311Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"},"properties":{"addToCartLink":{"description":"URL to add the product to the cart.","example":"https://merch.vtexcommercestable.com.br/checkout/cart/add?sku=310118469&qty=1&seller=1&sc=1&price=4200&cv=95EF7E5476DF276E679167A399FE3103_&sc=1","title":"addToCartLink","type":"string"},"commertialOffer":{"description":"AKA Commertial Condition.","example":{"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-08-15T13:52:10.311Z","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-08-15T13:52:10.311Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.311Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"properties":{"AvailableQuantity":{"description":"Use the `IsAvailable` field instead.","example":16,"title":"AvailableQuantity","type":"integer"},"BuyTogether":{"description":"Array of other products that can be bought together with the product in question.","example":[],"items":{},"title":"BuyTogether","type":"array"},"CacheVersionUsedToCallCheckout":{"description":"Cache version used to call checkout.","example":"95EF7E5476DF276E679167A399FE3103_","title":"CacheVersionUsedToCallCheckout","type":"string"},"DeliverySlaSamples":{"description":"Delivery SLA samples.","example":[{"DeliverySlaPerTypes":[],"Region":null}],"items":{"example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":null,"nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"},"title":"DeliverySlaSamples","type":"array"},"DeliverySlaSamplesPerRegion":{"description":"Delivery SLA samples per region.","example":{"0":{"DeliverySlaPerTypes":[],"Region":"null"}},"properties":{"0":{"description":"Delivery SLA ID.","example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":"","nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"}},"title":"DeliverySlaSamplesPerRegion","type":"object"},"DiscountHighLight":{"description":"Discount hightlight.","example":[],"items":{},"title":"DiscountHighLight","type":"array"},"GetInfoErrorMessage":{"description":"Get info error message.","example":null,"nullable":true,"title":"GetInfoErrorMessage","type":"string"},"GiftSkuIds":{"description":"Array of SKU gifts IDs.","example":[],"items":{},"title":"GiftSkuIds","type":"array"},"Installments":{"description":"Installments options.","example":[{"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}],"items":{"example":{"InterestRate":0,"Name":"Visa à vista","NumberOfInstallments":1,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":42},"properties":{"InterestRate":{"description":"Interest rate of the installment.","example":0,"title":"InterestRate","type":"number"},"Name":{"description":"Name of the installment.","example":"Visa à vista","title":"Name","type":"string"},"NumberOfInstallments":{"description":"Number of the installment.","example":1,"title":"NumberOfInstallments","type":"integer"},"PaymentSystemGroupName":{"description":"Payment system group name of the installment.","example":"creditCardPaymentGroup","title":"PaymentSystemGroupName","type":"string"},"PaymentSystemName":{"description":"Payment system name of the installment.","example":"Visa","title":"PaymentSystemName","type":"string"},"TotalValuePlusInterestRate":{"description":"Total value plus interest rate of the installment.","example":42,"title":"TotalValuePlusInterestRate","type":"number"},"Value":{"description":"Value of the installment.","example":42,"title":"Value","type":"number"}},"required":["Value","InterestRate","TotalValuePlusInterestRate","NumberOfInstallments","PaymentSystemName","PaymentSystemGroupName","Name"],"title":"","type":"object"},"title":"Installments","type":"array"},"IsAvailable":{"description":"If the product is available or not.","example":true,"title":"IsAvailable","type":"boolean"},"ItemMetadataAttachment":{"description":"Item metadata attachment.","example":[],"items":{},"title":"ItemMetadataAttachment","type":"array"},"ListPrice":{"description":"List price of the product.","example":42,"title":"ListPrice","type":"number"},"PaymentOptions":{"description":"Payment options.","example":{"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-08-15T13:52:10.311Z","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-08-15T13:52:10.311Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"properties":{"availableAccounts":{"description":"Available accounts.","example":[],"items":{},"title":"availableAccounts","type":"array"},"availableTokens":{"description":"Available tokens.","example":[],"items":{},"title":"availableTokens","type":"array"},"giftCardMessages":{"description":"GiftCardMessages.","example":[],"items":{},"title":"giftCardMessages","type":"array"},"giftCards":{"description":"GiftCards.","example":[],"items":{},"title":"giftCards","type":"array"},"installmentOptions":{"description":"installment options.","example":[{"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}],"items":{"example":{"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},"properties":{"bin":{"description":"Bin.","example":null,"nullable":true,"title":"bin","type":"string"},"installments":{"description":"Installments.","example":[{"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}],"items":{"example":{"count":1,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"sellerMerchantInstallments":{"description":"Seller merchant installments.","example":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"items":{"example":{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"id":{"description":"ID.","example":"MERCH","title":"id","type":"string"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["id","count","hasInterestRate","interestRate","value","total"],"title":"","type":"object"},"title":"sellerMerchantInstallments","type":"array"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["count","hasInterestRate","interestRate","value","total","sellerMerchantInstallments"],"title":"","type":"object"},"title":"installments","type":"array"},"paymentGroupName":{"description":"Payment group name.","example":"creditCardPaymentGroup","title":"paymentGroupName","type":"string"},"paymentName":{"description":"Payment name.","example":"Visa","title":"paymentName","type":"string"},"paymentSystem":{"description":"Payment system.","example":"2","title":"paymentSystem","type":"string"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["paymentSystem","bin","paymentName","paymentGroupName","value","installments"],"title":"","type":"object"},"title":"installmentOptions","type":"array"},"paymentSystems":{"description":"Payment systems.","example":[{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.311Z","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-08-15T13:52:10.311Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"items":{"example":{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.311Z","groupName":"promissoryPaymentGroup","id":17,"isCustom":false,"name":"Promissory","requiresAuthentication":false,"requiresDocument":false,"stringId":"17","template":"promissoryPaymentGroup-template","validator":null},"properties":{"availablePayments":{"description":"Available payments.","example":"","nullable":true,"title":"availablePayments","type":"string"},"description":{"description":"Description.","example":"","nullable":true,"title":"description","type":"string"},"dueDate":{"description":"Due date.","example":"2025-08-15T13:52:10.311Z","title":"dueDate","type":"string"},"groupName":{"description":"Group name.","example":"promissoryPaymentGroup","title":"groupName","type":"string"},"id":{"description":"ID.","example":17,"title":"id","type":"integer"},"isCustom":{"description":"If is custom or not.","example":false,"title":"isCustom","type":"boolean"},"name":{"description":"Name.","example":"Promissory","title":"name","type":"string"},"requiresAuthentication":{"description":"If requires authentication.","example":false,"title":"requiresAuthentication","type":"boolean"},"requiresDocument":{"description":"If requires document or not.","example":false,"title":"requiresDocument","type":"boolean"},"stringId":{"description":"String ID.","example":"17","title":"stringId","type":"string"},"template":{"description":"Template.","example":"promissoryPaymentGroup-template","title":"template","type":"string"},"validator":{"description":"Validator.","example":"","nullable":true,"title":"validator","type":"string"}},"required":["id","name","groupName","validator","stringId","template","requiresDocument","isCustom","description","requiresAuthentication","dueDate","availablePayments"],"title":"","type":"object"},"title":"paymentSystems","type":"array"},"payments":{"description":"Payments.","example":[],"items":{},"title":"payments","type":"array"}},"required":["installmentOptions","paymentSystems","payments","giftCards","giftCardMessages","availableAccounts","availableTokens"],"title":"PaymentOptions","type":"object"},"Price":{"description":"Price of the product.","example":42,"title":"Price","type":"number"},"PriceValidUntil":{"description":"Price of the product valid until a certain date.","example":"2025-08-15T13:52:10.311Z","title":"PriceValidUntil","type":"string"},"PriceWithoutDiscount":{"description":"Price of the product without discount.","example":42,"title":"PriceWithoutDiscount","type":"number"},"RewardValue":{"description":"Reward value of the product.","example":0,"title":"RewardValue","type":"number"},"SaleChannel":{"description":"Trade policy which the product is contained.","example":0,"title":"SaleChannel","type":"integer"},"Tax":{"description":"Tax of the product.","example":0,"title":"Tax","type":"number"},"Teasers":{"description":"Teasers.","example":[],"items":{},"title":"Teasers","type":"array"}},"required":["DeliverySlaSamplesPerRegion","Installments","DiscountHighLight","GiftSkuIds","Teasers","BuyTogether","ItemMetadataAttachment","Price","ListPrice","PriceWithoutDiscount","RewardValue","PriceValidUntil","AvailableQuantity","IsAvailable","Tax","SaleChannel","DeliverySlaSamples","GetInfoErrorMessage","CacheVersionUsedToCallCheckout","PaymentOptions"],"title":"commertialOffer","type":"object"},"sellerDefault":{"description":"If the seller is default or not.","example":true,"title":"sellerDefault","type":"boolean"},"sellerId":{"description":"SKU seller ID.","example":"1","title":"sellerId","type":"string"},"sellerName":{"description":"SKU seller name.","example":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE","title":"sellerName","type":"string"}},"required":["sellerId","sellerName","addToCartLink","sellerDefault","commertialOffer"],"title":"","type":"object"},"title":"sellers","type":"array"},"unitMultiplier":{"description":"numerical unit that multiplies the selected quantity of the product when it is inserted in the cart.","example":1,"title":"unitMultiplier","type":"number"}},"required":["itemId","name","nameComplete","complementName","ean","referenceId","measurementUnit","unitMultiplier","modalType","isKit","kitItems","images","sellers","Videos","estimatedDateArrival"],"title":"","type":"object"},"title":"items","type":"array"},"link":{"description":"Product URL.","example":"https://merch.vtexcommercestable.com.br/kit-6-cerveja-hoegaarden/p","title":"link","type":"string"},"linkText":{"description":"Product URL.","example":"kit-6-cerveja-hoegaarden","title":"linkText","type":"string"},"metaTagDescription":{"description":"Brief description of the category. It's recommended that you don't exceed 150 characters so that the search engines can display it correctly in the results page.","example":"Category for Beers","title":"metaTagDescription","type":"string"},"productClusters":{"description":"Product clusters' IDs and names.","example":{"138":"teste2","143":"NaoPesquisavel","146":"colecaotestesubcategoria","161":"merch_import_test1"},"title":"productClusters","type":"object"},"productId":{"description":"Product unique identifier.","example":"35","title":"productId","type":"string"},"productName":{"description":"Product name.","example":"Kit de Hoegaarden","title":"productName","type":"string"},"productReference":{"description":"Product reference.","example":"000806","title":"productReference","type":"string"},"productReferenceCode":{"description":"Product reference ID.","example":1234,"nullable":true,"title":"productReferenceCode","type":"integer"},"productTitle":{"description":"Text that is in the browser tab and corresponds to the title of the product page. This field is important for SEO.","example":"Kit 6 cerveja Hoegaarden","title":"productTitle","type":"string"},"releaseDate":{"description":"Product release date.","example":"2025-08-15T13:52:10.311Z","title":"releaseDate","type":"string"},"searchableClusters":{"description":"Searchable clusters IDs and names","example":{"138":"teste2"},"title":"searchableClusters","type":"object"}},"required":["productId","productName","brand","brandId","brandImageUrl","linkText","productReference","productReferenceCode","categoryId","productTitle","metaTagDescription","releaseDate","clusterHighlights","productClusters","searchableClusters","categories","categoriesIds","link","Percentuals","Percentual","Total","Teste de Api","Ale","Teste da Api2","Alcool","allSpecifications","allSpecificationsGroups","description","items"],"title":"","type":"object"},"title":"","type":"array"}}},"description":"OK"}},"servers":[{"url":"http://example.com/.{environment}.com.br","variables":{"environment":{"default":"DefaultParameterValue"}}}],"summary":"Get Product Search of Who Saw Also Saw","tags":["CrossSelling"]}},"/api/catalog_system/pub/products/offers/{productId}":{"get":{"description":"Retrieves existing offers of a specific product.","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 number identifier.","in":"path","name":"productId","required":true,"schema":{"example":"3","type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"example":[{"EanId":"272727","IsActive":true,"LastModified":"2025-08-15T13:52:10.311Z","MainImage":{"ImageId":"172754","ImageLabel":null,"ImagePath":"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg","ImageTag":"<img src=\"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg\" width=\"#width#\" height=\"#height#\" alt=\"\" id=\"\" />","ImageText":null,"IsMain":true,"IsZoomSize":false,"LastModified":"2025-08-15T13:52:10.311Z"},"Name":"Llf","NameComplete":"Cacilds Llf","Offers":[{"AvailableSalesChannels":null,"OffersPerSalesChannel":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"SellerId":"1","SellerSkuId":"5"}],"ProductId":"3","RefId":"BIGHEROBML","SkuId":"5"}],"schema":{"example":[{"EanId":"272727","IsActive":true,"LastModified":"2025-08-15T13:52:10.312Z","MainImage":{"ImageId":"172754","ImageLabel":null,"ImagePath":"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg","ImageTag":"<img src=\"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg\" width=\"#width#\" height=\"#height#\" alt=\"\" id=\"\" />","ImageText":null,"IsMain":true,"IsZoomSize":false,"LastModified":"2025-08-15T13:52:10.312Z"},"Name":"Llf","NameComplete":"Cacilds Llf","Offers":[{"AvailableSalesChannels":null,"OffersPerSalesChannel":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"SellerId":"1","SellerSkuId":"5"}],"ProductId":"3","RefId":"BIGHEROBML","SkuId":"5"}],"items":{"example":{"EanId":"272727","IsActive":true,"LastModified":"2025-08-15T13:52:10.312Z","MainImage":{"ImageId":"172754","ImageLabel":null,"ImagePath":"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg","ImageTag":"<img src=\"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg\" width=\"#width#\" height=\"#height#\" alt=\"\" id=\"\" />","ImageText":null,"IsMain":true,"IsZoomSize":false,"LastModified":"2025-08-15T13:52:10.312Z"},"Name":"Llf","NameComplete":"Cacilds Llf","Offers":[{"AvailableSalesChannels":null,"OffersPerSalesChannel":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"SellerId":"1","SellerSkuId":"5"}],"ProductId":"3","RefId":"BIGHEROBML","SkuId":"5"},"properties":{"EanId":{"description":"SKU unique identification code (barcode), accepts up to 13 numerical characters.","example":"272727","title":"EanId","type":"string"},"IsActive":{"description":"If the SKU is active or not.","example":true,"title":"IsActive","type":"boolean"},"LastModified":{"description":"Time that the offer was last modified.","example":"2025-08-15T13:52:10.312Z","title":"LastModified","type":"string"},"MainImage":{"description":"General information of the main image of the SKU.","example":{"ImageId":"172754","ImageLabel":null,"ImagePath":"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg","ImageTag":"<img src=\"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg\" width=\"#width#\" height=\"#height#\" alt=\"\" id=\"\" />","ImageText":null,"IsMain":true,"IsZoomSize":false,"LastModified":"2025-08-15T13:52:10.312Z"},"properties":{"ImageId":{"description":"Unique identifier of the association of the Image to the SKU.","example":"172754","title":"ImageId","type":"string"},"ImageLabel":{"description":"Image Label.","example":"","nullable":true,"title":"ImageLabel","type":"string"},"ImagePath":{"description":"Image file path.","example":"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg","title":"ImagePath","type":"string"},"ImageTag":{"description":"Image HTML tag.","example":"<img src=\"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg\" width=\"#width#\" height=\"#height#\" alt=\"\" id=\"\" />","title":"ImageTag","type":"string"},"ImageText":{"description":"General text of the image.","example":"","nullable":true,"title":"ImageText","type":"string"},"IsMain":{"description":"If the image is the main image of the SKU or not.","example":true,"title":"IsMain","type":"boolean"},"IsZoomSize":{"description":"If the image has zoom applied.","example":false,"title":"IsZoomSize","type":"boolean"},"LastModified":{"description":"Time that the image was last modified.","example":"2025-08-15T13:52:10.312Z","title":"LastModified","type":"string"}},"required":["ImageId","ImageLabel","ImageTag","ImagePath","IsMain","IsZoomSize","ImageText","LastModified"],"title":"MainImage","type":"object"},"Name":{"description":"SKU name.","example":"Llf","title":"Name","type":"string"},"NameComplete":{"description":"SKU complete name.","example":"Cacilds Llf","title":"NameComplete","type":"string"},"Offers":{"description":"AKA Commertial Condition.","example":[{"AvailableSalesChannels":null,"OffersPerSalesChannel":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"SellerId":"1","SellerSkuId":"5"}],"items":{"example":{"AvailableSalesChannels":null,"OffersPerSalesChannel":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"SellerId":"1","SellerSkuId":"5"},"properties":{"AvailableSalesChannels":{"description":"Trade policy that the SKU in contained.","example":"","nullable":true,"title":"AvailableSalesChannels","type":"string"},"OffersPerSalesChannel":{"description":"Offers per trade policy.","example":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"items":{"example":{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},"properties":{"AvailableQuantity":{"description":"SKU available quantity.","example":50,"title":"AvailableQuantity","type":"integer"},"IsAvailable":{"description":"If the SKU is available or not.","example":true,"title":"IsAvailable","type":"boolean"},"ListPrice":{"description":"SKU list price.","example":200,"title":"ListPrice","type":"number"},"Price":{"description":"SKU price.","example":200,"title":"Price","type":"number"},"PriceWithoutDiscount":{"description":"SKU precie without discount.","example":200,"title":"PriceWithoutDiscount","type":"number"},"SaleChannel":{"description":"SKU trade policy.","example":1,"title":"SaleChannel","type":"integer"}},"required":["AvailableQuantity","SaleChannel","Price","ListPrice","PriceWithoutDiscount","IsAvailable"],"title":"","type":"object"},"title":"OffersPerSalesChannel","type":"array"},"SellerId":{"description":"Seller ID.","example":"1","title":"SellerId","type":"string"},"SellerSkuId":{"description":"ID of the association of the SKU with the seller.","example":"5","title":"SellerSkuId","type":"string"}},"required":["SellerId","SellerSkuId","OffersPerSalesChannel","AvailableSalesChannels"],"title":"","type":"object"},"title":"Offers","type":"array"},"ProductId":{"description":"Product ID.","example":"3","title":"ProductId","type":"string"},"RefId":{"description":"Unique reference code used internally for organizational purposes.","example":"BIGHEROBML","title":"RefId","type":"string"},"SkuId":{"description":"SKU ID.","example":"5","title":"SkuId","type":"string"}},"required":["SkuId","EanId","RefId","Name","NameComplete","IsActive","MainImage","Offers","LastModified","ProductId"],"type":"object"},"title":"","type":"array"}}},"description":"OK"}},"summary":"Search Product offers","tags":["Offers"]}},"/api/catalog_system/pub/products/offers/{productId}/sku/{skuId}":{"get":{"description":"Retrieves existing offers of a specific SKU.","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 number identifier.","in":"path","name":"productId","required":true,"schema":{"example":"3","type":"string"},"style":"simple"},{"description":"Product unique number identifier.","in":"path","name":"skuId","required":true,"schema":{"example":"5","type":"string"},"style":"simple"}],"responses":{"200":{"content":{"application/json":{"example":[{"EanId":"272727","IsActive":true,"LastModified":"2025-08-15T13:52:10.312Z","MainImage":{"ImageId":"172754","ImageLabel":null,"ImagePath":"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg","ImageTag":"<img src=\"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg\" width=\"#width#\" height=\"#height#\" alt=\"\" id=\"\" />","ImageText":null,"IsMain":true,"IsZoomSize":false,"LastModified":"2025-08-15T13:52:10.312Z"},"Name":"Llf","NameComplete":"Cacilds Llf","Offers":[{"AvailableSalesChannels":null,"OffersPerSalesChannel":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"SellerId":"1","SellerSkuId":"5"}],"ProductId":"3","RefId":"BIGHEROBML","SkuId":"5"}],"schema":{"example":[{"EanId":"272727","IsActive":true,"LastModified":"2025-08-15T13:52:10.312Z","MainImage":{"ImageId":"172754","ImageLabel":null,"ImagePath":"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg","ImageTag":"<img src=\"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg\" width=\"#width#\" height=\"#height#\" alt=\"\" id=\"\" />","ImageText":null,"IsMain":true,"IsZoomSize":false,"LastModified":"2025-08-15T13:52:10.312Z"},"Name":"Llf","NameComplete":"Cacilds Llf","Offers":[{"AvailableSalesChannels":null,"OffersPerSalesChannel":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"SellerId":"1","SellerSkuId":"5"}],"ProductId":"3","RefId":"BIGHEROBML","SkuId":"5"}],"items":{"example":{"EanId":"272727","IsActive":true,"LastModified":"2025-08-15T13:52:10.312Z","MainImage":{"ImageId":"172754","ImageLabel":null,"ImagePath":"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg","ImageTag":"<img src=\"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg\" width=\"#width#\" height=\"#height#\" alt=\"\" id=\"\" />","ImageText":null,"IsMain":true,"IsZoomSize":false,"LastModified":"2025-08-15T13:52:10.312Z"},"Name":"Llf","NameComplete":"Cacilds Llf","Offers":[{"AvailableSalesChannels":null,"OffersPerSalesChannel":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"SellerId":"1","SellerSkuId":"5"}],"ProductId":"3","RefId":"BIGHEROBML","SkuId":"5"},"properties":{"EanId":{"description":"SKU unique identification code (barcode), accepts up to 13 numerical characters.","example":"272727","title":"EanId","type":"string"},"IsActive":{"description":"If the SKU is active or not.","example":true,"title":"IsActive","type":"boolean"},"LastModified":{"description":"Time that the offer was last modified.","example":"2025-08-15T13:52:10.312Z","title":"LastModified","type":"string"},"MainImage":{"description":"General information of the main image of the SKU.","example":{"ImageId":"172754","ImageLabel":null,"ImagePath":"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg","ImageTag":"<img src=\"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg\" width=\"#width#\" height=\"#height#\" alt=\"\" id=\"\" />","ImageText":null,"IsMain":true,"IsZoomSize":false,"LastModified":"2025-08-15T13:52:10.312Z"},"properties":{"ImageId":{"description":"Unique identifier of the association of the Image to the SKU.","example":"172754","title":"ImageId","type":"string"},"ImageLabel":{"description":"Image Label.","example":"","nullable":true,"title":"ImageLabel","type":"string"},"ImagePath":{"description":"Image file path.","example":"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg","title":"ImagePath","type":"string"},"ImageTag":{"description":"Image HTML tag.","example":"<img src=\"~/arquivos/ids/172754-#width#-#height#/Diablo.jpg\" width=\"#width#\" height=\"#height#\" alt=\"\" id=\"\" />","title":"ImageTag","type":"string"},"ImageText":{"description":"General text of the image.","example":"","nullable":true,"title":"ImageText","type":"string"},"IsMain":{"description":"If the image is the main image of the SKU or not.","example":true,"title":"IsMain","type":"boolean"},"IsZoomSize":{"description":"If the image has zoom applied.","example":false,"title":"IsZoomSize","type":"boolean"},"LastModified":{"description":"Time that the image was last modified.","example":"2025-08-15T13:52:10.312Z","title":"LastModified","type":"string"}},"required":["ImageId","ImageLabel","ImageTag","ImagePath","IsMain","IsZoomSize","ImageText","LastModified"],"title":"MainImage","type":"object"},"Name":{"description":"SKU name.","example":"Llf","title":"Name","type":"string"},"NameComplete":{"description":"SKU complete name.","example":"Cacilds Llf","title":"NameComplete","type":"string"},"Offers":{"description":"AKA Commertial Condition.","example":[{"AvailableSalesChannels":null,"OffersPerSalesChannel":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"SellerId":"1","SellerSkuId":"5"}],"items":{"example":{"AvailableSalesChannels":null,"OffersPerSalesChannel":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"SellerId":"1","SellerSkuId":"5"},"properties":{"AvailableSalesChannels":{"description":"Trade policy that the SKU in contained.","example":"","nullable":true,"title":"AvailableSalesChannels","type":"string"},"OffersPerSalesChannel":{"description":"Offers per trade policy.","example":[{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":2}],"items":{"example":{"AvailableQuantity":0,"IsAvailable":false,"ListPrice":200,"Price":200,"PriceWithoutDiscount":200,"SaleChannel":1},"properties":{"AvailableQuantity":{"description":"SKU available quantity.","example":50,"title":"AvailableQuantity","type":"integer"},"IsAvailable":{"description":"If the SKU is available or not.","example":true,"title":"IsAvailable","type":"boolean"},"ListPrice":{"description":"SKU list price.","example":200,"title":"ListPrice","type":"number"},"Price":{"description":"SKU price.","example":200,"title":"Price","type":"number"},"PriceWithoutDiscount":{"description":"SKU precie without discount.","example":200,"title":"PriceWithoutDiscount","type":"number"},"SaleChannel":{"description":"SKU trade policy.","example":1,"title":"SaleChannel","type":"integer"}},"required":["AvailableQuantity","SaleChannel","Price","ListPrice","PriceWithoutDiscount","IsAvailable"],"title":"","type":"object"},"title":"OffersPerSalesChannel","type":"array"},"SellerId":{"description":"Seller ID.","example":"1","title":"SellerId","type":"string"},"SellerSkuId":{"description":"ID of the association of the SKU with the seller.","example":"5","title":"SellerSkuId","type":"string"}},"required":["SellerId","SellerSkuId","OffersPerSalesChannel","AvailableSalesChannels"],"title":"","type":"object"},"title":"Offers","type":"array"},"ProductId":{"description":"Product ID.","example":"3","title":"ProductId","type":"string"},"RefId":{"description":"Unique reference code used internally for organizational purposes.","example":"BIGHEROBML","title":"RefId","type":"string"},"SkuId":{"description":"SKU ID.","example":"5","title":"SkuId","type":"string"}},"required":["SkuId","EanId","RefId","Name","NameComplete","IsActive","MainImage","Offers","LastModified","ProductId"],"type":"object"},"title":"","type":"array"}}},"description":"OK"}},"summary":"Search SKU offers","tags":["Offers"]}},"/api/catalog_system/pub/products/search":{"get":{"deprecated":false,"description":"Retrieves general information about the store products. This information can be filtered and ordered by a number of options. It also can be paginated, filtered and ordered. \r\n\r\n## Filters  \r\n\r\n- **Filter by full text** - `ft={searchWord}`  \r\nE.g.: `ft=television`\r\n\r\n- **Filter by category** - `fq=C:/{a}/{b}`  \r\n`{a}` and `{b}` are Category IDs   \r\nE.g.: `fq=C:/1000041/1000049/`\r\n\r\n- **Filter by brand** - `fq=B:/{a}/{b}`  \r\n`{a}` and `{b}` are Brand IDs\r\nE.g.: `fq=B:/189385/189387/`\r\n\r\n- **Filter by specification** - `fq=specificationFilter_{a}:{b}`  \r\n`{a}` is the specification ID\r\n`{b}` is the specification value\r\nE.g.: To filter products where the color is Blue, find the specification ID for color. Suppose it is 123, then the query will be: `fq=specificationFilter_123:Blue`\r\n\r\n- **Filter by price range** - `fq=P:[{a} TO {b}]`  \r\n`{a}`  is the minimum price \"from\"\r\n`{b}` is the highest price \"to\"  \r\nE.g.: `fq=P:[0 TO 20]` will search products between 0.00 and 20.00.  \r\n\r\n- **Filter by collection** - `fq=productClusterIds:{{productClusterId}}` \r\n`productClusterId` is the same as `collectionId`  \r\nFor more information about collections, read [Creating a product collection](https://help.vtex.com/en/tutorial/creating-a-product-collection).\r\n\r\n- **Filter by product ID** - `fq=productId:{{productId}}`\r\n\r\n- **Filter by SKU ID** - `fq=skuId:{{skuId}}`\r\n\r\n- **Filter by referenceId** - `fq=alternateIds_RefId:{{referenceId}}`\r\n\r\n- **Filter by EAN13** - `fq=alternateIds_Ean:{{ean13}}`\r\n\r\n- **Filter by availability at a specific sales channel** - `fq=isAvailablePerSalesChannel_{{sc}}:{{bool}}`  \r\n`{{sc}}` is the desired sales channel  \r\n`{{bool}}` is true ou false, 1 or 0.  \r\nE.g.: seaching available products for the sales channel 4 would be `fq=isAvailablePerSalesChannel_4:1`\r\n\r\n- **Filter by available at a specific seller** - `fq=sellerId:{{sellerId}}`\r\nThe search does not include White Label Sellers.\r\n\r\n## Pagination\r\n\r\n- **Initial item number** - `_from={{first}}`\r\n- **Final item number** - `_to={{last}}`\r\n\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## Sorting\r\n\r\n- **Price**  \r\n`O=OrderByPriceDESC`  \r\n`O=OrderByPriceASC`\r\n\r\n- **Top Selling Products**  \r\n`O=OrderByTopSaleDESC`\r\n\r\n- **Best Reviews**  \r\n`O=OrderByReviewRateDESC`\r\n\r\n- **Name**  \r\n`O=OrderByNameASC`  \r\n`O=OrderByNameDESC`\r\n\r\n- **Release Date**  \r\n`O=OrderByReleaseDateDESC`\r\n\r\n- **Best Discounts**  \r\n`O=OrderByBestDiscountDESC`\r\n\r\n- **Score**  \r\n`O=OrderByScoreDESC`","operationId":"ProductSearchFilteredandOrdered","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":"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"},{"description":"Filter by full text. The form is`ft={searchWord}`","in":"query","name":"ft","required":false,"schema":{"example":"television","type":"string"},"style":"form"},{"description":"General filter. It can be by category (`fq=C:/{a}/{b}`), by specification (`fq=specificationFilter_{a}:{b}`),  by price range (`fq=P:[{a} TO {b}]`), by collection (`fq=productClusterIds:{{productClusterId}}`), by product ID (`fq=productId:{{productId}}`),  by SKU ID (`fq=skuId:{{skuId}}`), by Reference ID (`fq=alternateIds_RefId:{{referenceId}}`), by EAN13 (`fq=alternateIds_Ean:{{ean13}}`), by availability at a specific sales channel (`fq=isAvailablePerSalesChannel_{{sc}}:{{bool}}`), by available at a specific seller (`fq=sellerId:{{sellerId}}`)","in":"query","name":"fq","required":false,"schema":{"example":"C:/1000041/1000049/","type":"string"},"style":"form"},{"description":"Sorting method. It can be by Price (`O=OrderByPriceDESC` or `O=OrderByPriceASC`), by Top Selling Products (`O=OrderByTopSaleDESC`), by Best Reviews (`O=OrderByReviewRateDESC`), by Name (`O=OrderByNameASC` or `O=OrderByNameDESC`), by Release Date (`O=OrderByReleaseDateDESC`), by Best Discounts (`O=OrderByBestDiscountDESC`), by Score (`O=OrderByScoreDESC`)","in":"query","name":"O","required":false,"schema":{"example":"OrderByNameASC","type":"string"},"style":"form"}],"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-08-15T13:52:10.312Z","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-08-15T13:52:10.312Z","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-08-15T13:52:10.312Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.312Z","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-08-15T13:52:10.312Z","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-08-15T13:52:10.312Z","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-08-15T13:52:10.313Z","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-08-15T13:52:10.313Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.313Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1}],"items":{"example":{"Videos":[],"complementName":"","ean":"","estimatedDateArrival":null,"images":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.313Z","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-08-15T13:52:10.313Z","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-08-15T13:52:10.313Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.313Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1},"properties":{"Videos":{"description":"Videos.","example":[],"items":{},"title":"Videos","type":"array"},"complementName":{"description":"SKU complement name.","example":"Complement name","title":"complementName","type":"string"},"ean":{"description":"SKU unique identification code (barcode), accepts up to 13 numerical characters.","example":"12345567","title":"ean","type":"string"},"estimatedDateArrival":{"description":"Estimated date arrival.","example":"","nullable":true,"title":"estimatedDateArrival","type":"string"},"images":{"description":"Array of information about the SKU image.","example":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.313Z","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"}],"items":{"example":{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.313Z","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"},"properties":{"imageId":{"description":"Image ID.","example":"155489","title":"imageId","type":"string"},"imageLabel":{"description":"Image label.","example":"Label test","title":"imageLabel","type":"string"},"imageLastModified":{"description":"Date and time of the last update of the image.","example":"2025-08-15T13:52:10.313Z","title":"imageLastModified","type":"string"},"imageTag":{"description":"Image tag.","example":"<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=\"\" />","title":"imageTag","type":"string"},"imageText":{"description":"Image text.","example":"hoegaarden-kit","nullable":true,"title":"imageText","type":"string"},"imageUrl":{"description":"Image URL.","example":"https://merch.vteximg.com.br/arquivos/ids/155489/99B14097-BFEA-4C0E-899E-35C95A2E1509_4_5005_c.jpg?v=637376717675800000","title":"imageUrl","type":"string"}},"required":["imageId","imageLabel","imageTag","imageUrl","imageText","imageLastModified"],"title":"","type":"object"},"title":"images","type":"array"},"isKit":{"description":"If the SKU is part of a kit.","example":true,"title":"isKit","type":"boolean"},"itemId":{"description":"SKU ID.","example":"310118469","title":"itemId","type":"string"},"kitItems":{"description":"Array with information of SKUs components from a Kit.","example":[{"amount":6,"itemId":"310118466"}],"items":{"example":{"amount":6,"itemId":"310118466"},"properties":{"amount":{"description":"Amount of the SKU component in the kit.","example":6,"title":"amount","type":"integer"},"itemId":{"description":"SKU kit component ID.","example":"310118466","title":"itemId","type":"string"}},"required":["itemId","amount"],"title":"","type":"object"},"title":"kitItems","type":"array"},"measurementUnit":{"description":"Used only in cases when you need to convert the unit of measure for sale. In common cases, use 'un'.","example":"un","title":"measurementUnit","type":"string"},"modalType":{"description":"Modal Type.","example":"Modal Type test","nullable":true,"title":"modalType","type":"string"},"name":{"description":"SKU name.","example":"Kit com 6","title":"name","type":"string"},"nameComplete":{"description":"SKU complete name.","example":"Kit de Hoegaarden Kit com 6","title":"nameComplete","type":"string"},"referenceId":{"description":"Reference code ID.","example":[{"Key":"RefId","Value":"000806"}],"items":{"example":{"Key":"RefId","Value":"000806"},"properties":{"Key":{"description":"Reference Code.","example":"RefId","title":"Key","type":"string"},"Value":{"description":"Unique reference code used internally for organizational purposes.","example":"000806","title":"Value","type":"string"}},"required":["Key","Value"],"title":"","type":"object"},"title":"referenceId","type":"array"},"sellers":{"description":"Array of SKU sellers.","example":[{"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-08-15T13:52:10.313Z","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-08-15T13:52:10.313Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.313Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"items":{"example":{"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-08-15T13:52:10.313Z","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-08-15T13:52:10.313Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.313Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"},"properties":{"addToCartLink":{"description":"URL to add the product to the cart.","example":"https://merch.vtexcommercestable.com.br/checkout/cart/add?sku=310118469&qty=1&seller=1&sc=1&price=4200&cv=95EF7E5476DF276E679167A399FE3103_&sc=1","title":"addToCartLink","type":"string"},"commertialOffer":{"description":"AKA Commertial Condition.","example":{"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-08-15T13:52:10.314Z","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-08-15T13:52:10.314Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.314Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"properties":{"AvailableQuantity":{"description":"Use the `IsAvailable` field instead.","example":16,"title":"AvailableQuantity","type":"integer"},"BuyTogether":{"description":"Array of other products that can be bought together with the product in question.","example":[],"items":{},"title":"BuyTogether","type":"array"},"CacheVersionUsedToCallCheckout":{"description":"Cache version used to call checkout.","example":"95EF7E5476DF276E679167A399FE3103_","title":"CacheVersionUsedToCallCheckout","type":"string"},"DeliverySlaSamples":{"description":"Delivery SLA samples.","example":[{"DeliverySlaPerTypes":[],"Region":null}],"items":{"example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":null,"nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"},"title":"DeliverySlaSamples","type":"array"},"DeliverySlaSamplesPerRegion":{"description":"Delivery SLA samples per region.","example":{"0":{"DeliverySlaPerTypes":[],"Region":"null"}},"properties":{"0":{"description":"Delivery SLA ID.","example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":"","nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"}},"title":"DeliverySlaSamplesPerRegion","type":"object"},"DiscountHighLight":{"description":"Discount hightlight.","example":[],"items":{},"title":"DiscountHighLight","type":"array"},"GetInfoErrorMessage":{"description":"Get info error message.","example":null,"nullable":true,"title":"GetInfoErrorMessage","type":"string"},"GiftSkuIds":{"description":"Array of SKU gifts IDs.","example":[],"items":{},"title":"GiftSkuIds","type":"array"},"Installments":{"description":"Installments options.","example":[{"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}],"items":{"example":{"InterestRate":0,"Name":"Visa à vista","NumberOfInstallments":1,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":42},"properties":{"InterestRate":{"description":"Interest rate of the installment.","example":0,"title":"InterestRate","type":"number"},"Name":{"description":"Name of the installment.","example":"Visa à vista","title":"Name","type":"string"},"NumberOfInstallments":{"description":"Number of the installment.","example":1,"title":"NumberOfInstallments","type":"integer"},"PaymentSystemGroupName":{"description":"Payment system group name of the installment.","example":"creditCardPaymentGroup","title":"PaymentSystemGroupName","type":"string"},"PaymentSystemName":{"description":"Payment system name of the installment.","example":"Visa","title":"PaymentSystemName","type":"string"},"TotalValuePlusInterestRate":{"description":"Total value plus interest rate of the installment.","example":42,"title":"TotalValuePlusInterestRate","type":"number"},"Value":{"description":"Value of the installment.","example":42,"title":"Value","type":"number"}},"required":["Value","InterestRate","TotalValuePlusInterestRate","NumberOfInstallments","PaymentSystemName","PaymentSystemGroupName","Name"],"title":"","type":"object"},"title":"Installments","type":"array"},"IsAvailable":{"description":"If the product is available or not.","example":true,"title":"IsAvailable","type":"boolean"},"ItemMetadataAttachment":{"description":"Item metadata attachment.","example":[],"items":{},"title":"ItemMetadataAttachment","type":"array"},"ListPrice":{"description":"List price of the product.","example":42,"title":"ListPrice","type":"number"},"PaymentOptions":{"description":"Payment options.","example":{"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-08-15T13:52:10.314Z","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-08-15T13:52:10.314Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"properties":{"availableAccounts":{"description":"Available accounts.","example":[],"items":{},"title":"availableAccounts","type":"array"},"availableTokens":{"description":"Available tokens.","example":[],"items":{},"title":"availableTokens","type":"array"},"giftCardMessages":{"description":"GiftCardMessages.","example":[],"items":{},"title":"giftCardMessages","type":"array"},"giftCards":{"description":"GiftCards.","example":[],"items":{},"title":"giftCards","type":"array"},"installmentOptions":{"description":"installment options.","example":[{"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}],"items":{"example":{"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},"properties":{"bin":{"description":"Bin.","example":null,"nullable":true,"title":"bin","type":"string"},"installments":{"description":"Installments.","example":[{"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}],"items":{"example":{"count":1,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"sellerMerchantInstallments":{"description":"Seller merchant installments.","example":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"items":{"example":{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"id":{"description":"ID.","example":"MERCH","title":"id","type":"string"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["id","count","hasInterestRate","interestRate","value","total"],"title":"","type":"object"},"title":"sellerMerchantInstallments","type":"array"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["count","hasInterestRate","interestRate","value","total","sellerMerchantInstallments"],"title":"","type":"object"},"title":"installments","type":"array"},"paymentGroupName":{"description":"Payment group name.","example":"creditCardPaymentGroup","title":"paymentGroupName","type":"string"},"paymentName":{"description":"Payment name.","example":"Visa","title":"paymentName","type":"string"},"paymentSystem":{"description":"Payment system.","example":"2","title":"paymentSystem","type":"string"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["paymentSystem","bin","paymentName","paymentGroupName","value","installments"],"title":"","type":"object"},"title":"installmentOptions","type":"array"},"paymentSystems":{"description":"Payment systems.","example":[{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.314Z","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-08-15T13:52:10.314Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"items":{"example":{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.314Z","groupName":"promissoryPaymentGroup","id":17,"isCustom":false,"name":"Promissory","requiresAuthentication":false,"requiresDocument":false,"stringId":"17","template":"promissoryPaymentGroup-template","validator":null},"properties":{"availablePayments":{"description":"Available payments.","example":"","nullable":true,"title":"availablePayments","type":"string"},"description":{"description":"Description.","example":"","nullable":true,"title":"description","type":"string"},"dueDate":{"description":"Due date.","example":"2025-08-15T13:52:10.314Z","title":"dueDate","type":"string"},"groupName":{"description":"Group name.","example":"promissoryPaymentGroup","title":"groupName","type":"string"},"id":{"description":"ID.","example":17,"title":"id","type":"integer"},"isCustom":{"description":"If is custom or not.","example":false,"title":"isCustom","type":"boolean"},"name":{"description":"Name.","example":"Promissory","title":"name","type":"string"},"requiresAuthentication":{"description":"If requires authentication.","example":false,"title":"requiresAuthentication","type":"boolean"},"requiresDocument":{"description":"If requires document or not.","example":false,"title":"requiresDocument","type":"boolean"},"stringId":{"description":"String ID.","example":"17","title":"stringId","type":"string"},"template":{"description":"Template.","example":"promissoryPaymentGroup-template","title":"template","type":"string"},"validator":{"description":"Validator.","example":"","nullable":true,"title":"validator","type":"string"}},"required":["id","name","groupName","validator","stringId","template","requiresDocument","isCustom","description","requiresAuthentication","dueDate","availablePayments"],"title":"","type":"object"},"title":"paymentSystems","type":"array"},"payments":{"description":"Payments.","example":[],"items":{},"title":"payments","type":"array"}},"required":["installmentOptions","paymentSystems","payments","giftCards","giftCardMessages","availableAccounts","availableTokens"],"title":"PaymentOptions","type":"object"},"Price":{"description":"Price of the product.","example":42,"title":"Price","type":"number"},"PriceValidUntil":{"description":"Price of the product valid until a certain date.","example":"2025-08-15T13:52:10.314Z","title":"PriceValidUntil","type":"string"},"PriceWithoutDiscount":{"description":"Price of the product without discount.","example":42,"title":"PriceWithoutDiscount","type":"number"},"RewardValue":{"description":"Reward value of the product.","example":0,"title":"RewardValue","type":"number"},"SaleChannel":{"description":"Trade policy which the product is contained.","example":0,"title":"SaleChannel","type":"integer"},"Tax":{"description":"Tax of the product.","example":0,"title":"Tax","type":"number"},"Teasers":{"description":"Teasers.","example":[],"items":{},"title":"Teasers","type":"array"}},"required":["DeliverySlaSamplesPerRegion","Installments","DiscountHighLight","GiftSkuIds","Teasers","BuyTogether","ItemMetadataAttachment","Price","ListPrice","PriceWithoutDiscount","RewardValue","PriceValidUntil","AvailableQuantity","IsAvailable","Tax","SaleChannel","DeliverySlaSamples","GetInfoErrorMessage","CacheVersionUsedToCallCheckout","PaymentOptions"],"title":"commertialOffer","type":"object"},"sellerDefault":{"description":"If the seller is default or not.","example":true,"title":"sellerDefault","type":"boolean"},"sellerId":{"description":"SKU seller ID.","example":"1","title":"sellerId","type":"string"},"sellerName":{"description":"SKU seller name.","example":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE","title":"sellerName","type":"string"}},"required":["sellerId","sellerName","addToCartLink","sellerDefault","commertialOffer"],"title":"","type":"object"},"title":"sellers","type":"array"},"unitMultiplier":{"description":"numerical unit that multiplies the selected quantity of the product when it is inserted in the cart.","example":1,"title":"unitMultiplier","type":"number"}},"required":["itemId","name","nameComplete","complementName","ean","referenceId","measurementUnit","unitMultiplier","modalType","isKit","kitItems","images","sellers","Videos","estimatedDateArrival"],"title":"","type":"object"},"title":"items","type":"array"},"link":{"description":"Product URL.","example":"https://merch.vtexcommercestable.com.br/kit-6-cerveja-hoegaarden/p","title":"link","type":"string"},"linkText":{"description":"Product URL.","example":"kit-6-cerveja-hoegaarden","title":"linkText","type":"string"},"metaTagDescription":{"description":"Brief description of the category. It's recommended that you don't exceed 150 characters so that the search engines can display it correctly in the results page.","example":"Category for Beers","title":"metaTagDescription","type":"string"},"productClusters":{"description":"Product clusters' IDs and names.","example":{"138":"teste2","143":"NaoPesquisavel","146":"colecaotestesubcategoria","161":"merch_import_test1"},"title":"productClusters","type":"object"},"productId":{"description":"Product unique identifier.","example":"35","title":"productId","type":"string"},"productName":{"description":"Product name.","example":"Kit de Hoegaarden","title":"productName","type":"string"},"productReference":{"description":"Product reference.","example":"000806","title":"productReference","type":"string"},"productReferenceCode":{"description":"Product reference ID.","example":1234,"nullable":true,"title":"productReferenceCode","type":"integer"},"productTitle":{"description":"Text that is in the browser tab and corresponds to the title of the product page. This field is important for SEO.","example":"Kit 6 cerveja Hoegaarden","title":"productTitle","type":"string"},"releaseDate":{"description":"Product release date.","example":"2025-08-15T13:52:10.314Z","title":"releaseDate","type":"string"},"searchableClusters":{"description":"Searchable clusters IDs and names","example":{"138":"teste2"},"title":"searchableClusters","type":"object"}},"required":["productId","productName","brand","brandId","brandImageUrl","linkText","productReference","productReferenceCode","categoryId","productTitle","metaTagDescription","releaseDate","clusterHighlights","productClusters","searchableClusters","categories","categoriesIds","link","Percentuals","Percentual","Total","Teste de Api","Ale","Teste da Api2","Alcool","allSpecifications","allSpecificationsGroups","description","items"],"title":"","type":"object"},"title":"","type":"array"}}},"description":"OK"}},"servers":[{"url":"http://example.com/.{environment}.com.br","variables":{"environment":{"default":"DefaultParameterValue"}}}],"summary":"Search for Products with Filter, Order and Pagination","tags":["Search"]}},"/api/catalog_system/pub/products/search/{product-text-link}/p":{"get":{"deprecated":false,"description":"Retrieves general information about the product of the URL you searched for.","operationId":"Searchbyproducturl","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 URL","in":"path","name":"product-text-link","required":true,"schema":{"example":"blue-shirt","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-08-15T13:52:10.314Z","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-08-15T13:52:10.314Z","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-08-15T13:52:10.314Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.314Z","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-08-15T13:52:10.314Z","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-08-15T13:52:10.315Z","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-08-15T13:52:10.315Z","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-08-15T13:52:10.315Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.315Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1}],"items":{"example":{"Videos":[],"complementName":"","ean":"","estimatedDateArrival":null,"images":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.315Z","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-08-15T13:52:10.315Z","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-08-15T13:52:10.315Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.315Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1},"properties":{"Videos":{"description":"Videos.","example":[],"items":{},"title":"Videos","type":"array"},"complementName":{"description":"SKU complement name.","example":"Complement name","title":"complementName","type":"string"},"ean":{"description":"SKU unique identification code (barcode), accepts up to 13 numerical characters.","example":"12345567","title":"ean","type":"string"},"estimatedDateArrival":{"description":"Estimated date arrival.","example":"","nullable":true,"title":"estimatedDateArrival","type":"string"},"images":{"description":"Array of information about the SKU image.","example":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.315Z","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"}],"items":{"example":{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.315Z","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"},"properties":{"imageId":{"description":"Image ID.","example":"155489","title":"imageId","type":"string"},"imageLabel":{"description":"Image label.","example":"Label test","title":"imageLabel","type":"string"},"imageLastModified":{"description":"Date and time of the last update of the image.","example":"2025-08-15T13:52:10.315Z","title":"imageLastModified","type":"string"},"imageTag":{"description":"Image tag.","example":"<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=\"\" />","title":"imageTag","type":"string"},"imageText":{"description":"Image text.","example":"hoegaarden-kit","nullable":true,"title":"imageText","type":"string"},"imageUrl":{"description":"Image URL.","example":"https://merch.vteximg.com.br/arquivos/ids/155489/99B14097-BFEA-4C0E-899E-35C95A2E1509_4_5005_c.jpg?v=637376717675800000","title":"imageUrl","type":"string"}},"required":["imageId","imageLabel","imageTag","imageUrl","imageText","imageLastModified"],"title":"","type":"object"},"title":"images","type":"array"},"isKit":{"description":"If the SKU is part of a kit.","example":true,"title":"isKit","type":"boolean"},"itemId":{"description":"SKU ID.","example":"310118469","title":"itemId","type":"string"},"kitItems":{"description":"Array with information of SKUs components from a Kit.","example":[{"amount":6,"itemId":"310118466"}],"items":{"example":{"amount":6,"itemId":"310118466"},"properties":{"amount":{"description":"Amount of the SKU component in the kit.","example":6,"title":"amount","type":"integer"},"itemId":{"description":"SKU kit component ID.","example":"310118466","title":"itemId","type":"string"}},"required":["itemId","amount"],"title":"","type":"object"},"title":"kitItems","type":"array"},"measurementUnit":{"description":"Used only in cases when you need to convert the unit of measure for sale. In common cases, use 'un'.","example":"un","title":"measurementUnit","type":"string"},"modalType":{"description":"Modal Type.","example":"Modal Type test","nullable":true,"title":"modalType","type":"string"},"name":{"description":"SKU name.","example":"Kit com 6","title":"name","type":"string"},"nameComplete":{"description":"SKU complete name.","example":"Kit de Hoegaarden Kit com 6","title":"nameComplete","type":"string"},"referenceId":{"description":"Reference code ID.","example":[{"Key":"RefId","Value":"000806"}],"items":{"example":{"Key":"RefId","Value":"000806"},"properties":{"Key":{"description":"Reference Code.","example":"RefId","title":"Key","type":"string"},"Value":{"description":"Unique reference code used internally for organizational purposes.","example":"000806","title":"Value","type":"string"}},"required":["Key","Value"],"title":"","type":"object"},"title":"referenceId","type":"array"},"sellers":{"description":"Array of SKU sellers.","example":[{"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-08-15T13:52:10.315Z","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-08-15T13:52:10.315Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.315Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"items":{"example":{"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-08-15T13:52:10.315Z","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-08-15T13:52:10.315Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.315Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"},"properties":{"addToCartLink":{"description":"URL to add the product to the cart.","example":"https://merch.vtexcommercestable.com.br/checkout/cart/add?sku=310118469&qty=1&seller=1&sc=1&price=4200&cv=95EF7E5476DF276E679167A399FE3103_&sc=1","title":"addToCartLink","type":"string"},"commertialOffer":{"description":"AKA Commertial Condition.","example":{"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-08-15T13:52:10.315Z","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-08-15T13:52:10.315Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.315Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"properties":{"AvailableQuantity":{"description":"Use the `IsAvailable` field instead.","example":16,"title":"AvailableQuantity","type":"integer"},"BuyTogether":{"description":"Array of other products that can be bought together with the product in question.","example":[],"items":{},"title":"BuyTogether","type":"array"},"CacheVersionUsedToCallCheckout":{"description":"Cache version used to call checkout.","example":"95EF7E5476DF276E679167A399FE3103_","title":"CacheVersionUsedToCallCheckout","type":"string"},"DeliverySlaSamples":{"description":"Delivery SLA samples.","example":[{"DeliverySlaPerTypes":[],"Region":null}],"items":{"example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":null,"nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"},"title":"DeliverySlaSamples","type":"array"},"DeliverySlaSamplesPerRegion":{"description":"Delivery SLA samples per region.","example":{"0":{"DeliverySlaPerTypes":[],"Region":"null"}},"properties":{"0":{"description":"Delivery SLA ID.","example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":"","nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"}},"title":"DeliverySlaSamplesPerRegion","type":"object"},"DiscountHighLight":{"description":"Discount hightlight.","example":[],"items":{},"title":"DiscountHighLight","type":"array"},"GetInfoErrorMessage":{"description":"Get info error message.","example":null,"nullable":true,"title":"GetInfoErrorMessage","type":"string"},"GiftSkuIds":{"description":"Array of SKU gifts IDs.","example":[],"items":{},"title":"GiftSkuIds","type":"array"},"Installments":{"description":"Installments options.","example":[{"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}],"items":{"example":{"InterestRate":0,"Name":"Visa à vista","NumberOfInstallments":1,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":42},"properties":{"InterestRate":{"description":"Interest rate of the installment.","example":0,"title":"InterestRate","type":"number"},"Name":{"description":"Name of the installment.","example":"Visa à vista","title":"Name","type":"string"},"NumberOfInstallments":{"description":"Number of the installment.","example":1,"title":"NumberOfInstallments","type":"integer"},"PaymentSystemGroupName":{"description":"Payment system group name of the installment.","example":"creditCardPaymentGroup","title":"PaymentSystemGroupName","type":"string"},"PaymentSystemName":{"description":"Payment system name of the installment.","example":"Visa","title":"PaymentSystemName","type":"string"},"TotalValuePlusInterestRate":{"description":"Total value plus interest rate of the installment.","example":42,"title":"TotalValuePlusInterestRate","type":"number"},"Value":{"description":"Value of the installment.","example":42,"title":"Value","type":"number"}},"required":["Value","InterestRate","TotalValuePlusInterestRate","NumberOfInstallments","PaymentSystemName","PaymentSystemGroupName","Name"],"title":"","type":"object"},"title":"Installments","type":"array"},"IsAvailable":{"description":"If the product is available or not.","example":true,"title":"IsAvailable","type":"boolean"},"ItemMetadataAttachment":{"description":"Item metadata attachment.","example":[],"items":{},"title":"ItemMetadataAttachment","type":"array"},"ListPrice":{"description":"List price of the product.","example":42,"title":"ListPrice","type":"number"},"PaymentOptions":{"description":"Payment options.","example":{"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-08-15T13:52:10.316Z","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-08-15T13:52:10.316Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"properties":{"availableAccounts":{"description":"Available accounts.","example":[],"items":{},"title":"availableAccounts","type":"array"},"availableTokens":{"description":"Available tokens.","example":[],"items":{},"title":"availableTokens","type":"array"},"giftCardMessages":{"description":"GiftCardMessages.","example":[],"items":{},"title":"giftCardMessages","type":"array"},"giftCards":{"description":"GiftCards.","example":[],"items":{},"title":"giftCards","type":"array"},"installmentOptions":{"description":"installment options.","example":[{"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}],"items":{"example":{"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},"properties":{"bin":{"description":"Bin.","example":null,"nullable":true,"title":"bin","type":"string"},"installments":{"description":"Installments.","example":[{"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}],"items":{"example":{"count":1,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"sellerMerchantInstallments":{"description":"Seller merchant installments.","example":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"items":{"example":{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"id":{"description":"ID.","example":"MERCH","title":"id","type":"string"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["id","count","hasInterestRate","interestRate","value","total"],"title":"","type":"object"},"title":"sellerMerchantInstallments","type":"array"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["count","hasInterestRate","interestRate","value","total","sellerMerchantInstallments"],"title":"","type":"object"},"title":"installments","type":"array"},"paymentGroupName":{"description":"Payment group name.","example":"creditCardPaymentGroup","title":"paymentGroupName","type":"string"},"paymentName":{"description":"Payment name.","example":"Visa","title":"paymentName","type":"string"},"paymentSystem":{"description":"Payment system.","example":"2","title":"paymentSystem","type":"string"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["paymentSystem","bin","paymentName","paymentGroupName","value","installments"],"title":"","type":"object"},"title":"installmentOptions","type":"array"},"paymentSystems":{"description":"Payment systems.","example":[{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.316Z","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-08-15T13:52:10.316Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"items":{"example":{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.316Z","groupName":"promissoryPaymentGroup","id":17,"isCustom":false,"name":"Promissory","requiresAuthentication":false,"requiresDocument":false,"stringId":"17","template":"promissoryPaymentGroup-template","validator":null},"properties":{"availablePayments":{"description":"Available payments.","example":"","nullable":true,"title":"availablePayments","type":"string"},"description":{"description":"Description.","example":"","nullable":true,"title":"description","type":"string"},"dueDate":{"description":"Due date.","example":"2025-08-15T13:52:10.316Z","title":"dueDate","type":"string"},"groupName":{"description":"Group name.","example":"promissoryPaymentGroup","title":"groupName","type":"string"},"id":{"description":"ID.","example":17,"title":"id","type":"integer"},"isCustom":{"description":"If is custom or not.","example":false,"title":"isCustom","type":"boolean"},"name":{"description":"Name.","example":"Promissory","title":"name","type":"string"},"requiresAuthentication":{"description":"If requires authentication.","example":false,"title":"requiresAuthentication","type":"boolean"},"requiresDocument":{"description":"If requires document or not.","example":false,"title":"requiresDocument","type":"boolean"},"stringId":{"description":"String ID.","example":"17","title":"stringId","type":"string"},"template":{"description":"Template.","example":"promissoryPaymentGroup-template","title":"template","type":"string"},"validator":{"description":"Validator.","example":"","nullable":true,"title":"validator","type":"string"}},"required":["id","name","groupName","validator","stringId","template","requiresDocument","isCustom","description","requiresAuthentication","dueDate","availablePayments"],"title":"","type":"object"},"title":"paymentSystems","type":"array"},"payments":{"description":"Payments.","example":[],"items":{},"title":"payments","type":"array"}},"required":["installmentOptions","paymentSystems","payments","giftCards","giftCardMessages","availableAccounts","availableTokens"],"title":"PaymentOptions","type":"object"},"Price":{"description":"Price of the product.","example":42,"title":"Price","type":"number"},"PriceValidUntil":{"description":"Price of the product valid until a certain date.","example":"2025-08-15T13:52:10.316Z","title":"PriceValidUntil","type":"string"},"PriceWithoutDiscount":{"description":"Price of the product without discount.","example":42,"title":"PriceWithoutDiscount","type":"number"},"RewardValue":{"description":"Reward value of the product.","example":0,"title":"RewardValue","type":"number"},"SaleChannel":{"description":"Trade policy which the product is contained.","example":0,"title":"SaleChannel","type":"integer"},"Tax":{"description":"Tax of the product.","example":0,"title":"Tax","type":"number"},"Teasers":{"description":"Teasers.","example":[],"items":{},"title":"Teasers","type":"array"}},"required":["DeliverySlaSamplesPerRegion","Installments","DiscountHighLight","GiftSkuIds","Teasers","BuyTogether","ItemMetadataAttachment","Price","ListPrice","PriceWithoutDiscount","RewardValue","PriceValidUntil","AvailableQuantity","IsAvailable","Tax","SaleChannel","DeliverySlaSamples","GetInfoErrorMessage","CacheVersionUsedToCallCheckout","PaymentOptions"],"title":"commertialOffer","type":"object"},"sellerDefault":{"description":"If the seller is default or not.","example":true,"title":"sellerDefault","type":"boolean"},"sellerId":{"description":"SKU seller ID.","example":"1","title":"sellerId","type":"string"},"sellerName":{"description":"SKU seller name.","example":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE","title":"sellerName","type":"string"}},"required":["sellerId","sellerName","addToCartLink","sellerDefault","commertialOffer"],"title":"","type":"object"},"title":"sellers","type":"array"},"unitMultiplier":{"description":"numerical unit that multiplies the selected quantity of the product when it is inserted in the cart.","example":1,"title":"unitMultiplier","type":"number"}},"required":["itemId","name","nameComplete","complementName","ean","referenceId","measurementUnit","unitMultiplier","modalType","isKit","kitItems","images","sellers","Videos","estimatedDateArrival"],"title":"","type":"object"},"title":"items","type":"array"},"link":{"description":"Product URL.","example":"https://merch.vtexcommercestable.com.br/kit-6-cerveja-hoegaarden/p","title":"link","type":"string"},"linkText":{"description":"Product URL.","example":"kit-6-cerveja-hoegaarden","title":"linkText","type":"string"},"metaTagDescription":{"description":"Brief description of the category. It's recommended that you don't exceed 150 characters so that the search engines can display it correctly in the results page.","example":"Category for Beers","title":"metaTagDescription","type":"string"},"productClusters":{"description":"Product clusters' IDs and names.","example":{"138":"teste2","143":"NaoPesquisavel","146":"colecaotestesubcategoria","161":"merch_import_test1"},"title":"productClusters","type":"object"},"productId":{"description":"Product unique identifier.","example":"35","title":"productId","type":"string"},"productName":{"description":"Product name.","example":"Kit de Hoegaarden","title":"productName","type":"string"},"productReference":{"description":"Product reference.","example":"000806","title":"productReference","type":"string"},"productReferenceCode":{"description":"Product reference ID.","example":1234,"nullable":true,"title":"productReferenceCode","type":"integer"},"productTitle":{"description":"Text that is in the browser tab and corresponds to the title of the product page. This field is important for SEO.","example":"Kit 6 cerveja Hoegaarden","title":"productTitle","type":"string"},"releaseDate":{"description":"Product release date.","example":"2025-08-15T13:52:10.316Z","title":"releaseDate","type":"string"},"searchableClusters":{"description":"Searchable clusters IDs and names","example":{"138":"teste2"},"title":"searchableClusters","type":"object"}},"required":["productId","productName","brand","brandId","brandImageUrl","linkText","productReference","productReferenceCode","categoryId","productTitle","metaTagDescription","releaseDate","clusterHighlights","productClusters","searchableClusters","categories","categoriesIds","link","Percentuals","Percentual","Total","Teste de Api","Ale","Teste da Api2","Alcool","allSpecifications","allSpecificationsGroups","description","items"],"title":"","type":"object"},"title":"","type":"array"}}},"description":"","headers":{}}},"servers":[{"url":"http://example.com/.{environment}.com.br","variables":{"environment":{"default":"DefaultParameterValue"}}}],"summary":"Search Product by Product URL","tags":["Search"]}},"/api/catalog_system/pub/products/search/{search}":{"get":{"deprecated":false,"description":"Retrieves general information about the products related to the term searched. \r\nThis is the main search used by the store. The user can type anything to be searched.  \r\n\r\nFor example, if they search for a \"decanter\", this is the URL: `https://{{accountName}}.{{environment}}.com.br/api/catalog_system/pub/products/search/decanter`. \r\n\r\nNote that maybe the response can be HTTP 200 or 206, 206 means that it's a partial content response.\r\n\r\nIf it is a 206 take a look at the Headers, will be an entry called resources. E.g.: resources → 0-9/19. This means that the response is showing items from 0 to 9, 10 items, but there were 19 items found. See more information at the paging route example.","operationId":"ProductSearch","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":"Term used to search products","in":"path","name":"search","required":true,"schema":{"example":"jacket","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-08-15T13:52:10.316Z","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-08-15T13:52:10.316Z","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-08-15T13:52:10.316Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.316Z","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-08-15T13:52:10.316Z","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-08-15T13:52:10.316Z","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-08-15T13:52:10.317Z","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-08-15T13:52:10.317Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.317Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1}],"items":{"example":{"Videos":[],"complementName":"","ean":"","estimatedDateArrival":null,"images":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.317Z","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-08-15T13:52:10.317Z","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-08-15T13:52:10.317Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.317Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"unitMultiplier":1},"properties":{"Videos":{"description":"Videos.","example":[],"items":{},"title":"Videos","type":"array"},"complementName":{"description":"SKU complement name.","example":"Complement name","title":"complementName","type":"string"},"ean":{"description":"SKU unique identification code (barcode), accepts up to 13 numerical characters.","example":"12345567","title":"ean","type":"string"},"estimatedDateArrival":{"description":"Estimated date arrival.","example":"","nullable":true,"title":"estimatedDateArrival","type":"string"},"images":{"description":"Array of information about the SKU image.","example":[{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.317Z","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"}],"items":{"example":{"imageId":"155489","imageLabel":"","imageLastModified":"2025-08-15T13:52:10.317Z","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"},"properties":{"imageId":{"description":"Image ID.","example":"155489","title":"imageId","type":"string"},"imageLabel":{"description":"Image label.","example":"Label test","title":"imageLabel","type":"string"},"imageLastModified":{"description":"Date and time of the last update of the image.","example":"2025-08-15T13:52:10.317Z","title":"imageLastModified","type":"string"},"imageTag":{"description":"Image tag.","example":"<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=\"\" />","title":"imageTag","type":"string"},"imageText":{"description":"Image text.","example":"hoegaarden-kit","nullable":true,"title":"imageText","type":"string"},"imageUrl":{"description":"Image URL.","example":"https://merch.vteximg.com.br/arquivos/ids/155489/99B14097-BFEA-4C0E-899E-35C95A2E1509_4_5005_c.jpg?v=637376717675800000","title":"imageUrl","type":"string"}},"required":["imageId","imageLabel","imageTag","imageUrl","imageText","imageLastModified"],"title":"","type":"object"},"title":"images","type":"array"},"isKit":{"description":"If the SKU is part of a kit.","example":true,"title":"isKit","type":"boolean"},"itemId":{"description":"SKU ID.","example":"310118469","title":"itemId","type":"string"},"kitItems":{"description":"Array with information of SKUs components from a Kit.","example":[{"amount":6,"itemId":"310118466"}],"items":{"example":{"amount":6,"itemId":"310118466"},"properties":{"amount":{"description":"Amount of the SKU component in the kit.","example":6,"title":"amount","type":"integer"},"itemId":{"description":"SKU kit component ID.","example":"310118466","title":"itemId","type":"string"}},"required":["itemId","amount"],"title":"","type":"object"},"title":"kitItems","type":"array"},"measurementUnit":{"description":"Used only in cases when you need to convert the unit of measure for sale. In common cases, use 'un'.","example":"un","title":"measurementUnit","type":"string"},"modalType":{"description":"Modal Type.","example":"Modal Type test","nullable":true,"title":"modalType","type":"string"},"name":{"description":"SKU name.","example":"Kit com 6","title":"name","type":"string"},"nameComplete":{"description":"SKU complete name.","example":"Kit de Hoegaarden Kit com 6","title":"nameComplete","type":"string"},"referenceId":{"description":"Reference code ID.","example":[{"Key":"RefId","Value":"000806"}],"items":{"example":{"Key":"RefId","Value":"000806"},"properties":{"Key":{"description":"Reference Code.","example":"RefId","title":"Key","type":"string"},"Value":{"description":"Unique reference code used internally for organizational purposes.","example":"000806","title":"Value","type":"string"}},"required":["Key","Value"],"title":"","type":"object"},"title":"referenceId","type":"array"},"sellers":{"description":"Array of SKU sellers.","example":[{"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-08-15T13:52:10.317Z","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-08-15T13:52:10.317Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.317Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"}],"items":{"example":{"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-08-15T13:52:10.317Z","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-08-15T13:52:10.317Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.317Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"sellerDefault":true,"sellerId":"1","sellerName":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE"},"properties":{"addToCartLink":{"description":"URL to add the product to the cart.","example":"https://merch.vtexcommercestable.com.br/checkout/cart/add?sku=310118469&qty=1&seller=1&sc=1&price=4200&cv=95EF7E5476DF276E679167A399FE3103_&sc=1","title":"addToCartLink","type":"string"},"commertialOffer":{"description":"AKA Commertial Condition.","example":{"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-08-15T13:52:10.317Z","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-08-15T13:52:10.317Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"Price":42,"PriceValidUntil":"2025-08-15T13:52:10.317Z","PriceWithoutDiscount":42,"RewardValue":0,"SaleChannel":0,"Tax":0,"Teasers":[]},"properties":{"AvailableQuantity":{"description":"Use the `IsAvailable` field instead.","example":16,"title":"AvailableQuantity","type":"integer"},"BuyTogether":{"description":"Array of other products that can be bought together with the product in question.","example":[],"items":{},"title":"BuyTogether","type":"array"},"CacheVersionUsedToCallCheckout":{"description":"Cache version used to call checkout.","example":"95EF7E5476DF276E679167A399FE3103_","title":"CacheVersionUsedToCallCheckout","type":"string"},"DeliverySlaSamples":{"description":"Delivery SLA samples.","example":[{"DeliverySlaPerTypes":[],"Region":null}],"items":{"example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":null,"nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"},"title":"DeliverySlaSamples","type":"array"},"DeliverySlaSamplesPerRegion":{"description":"Delivery SLA samples per region.","example":{"0":{"DeliverySlaPerTypes":[],"Region":"null"}},"properties":{"0":{"description":"Delivery SLA ID.","example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"Delivery SLA per types.","example":[],"items":{},"title":"DeliverySlaPerTypes","type":"array"},"Region":{"description":"Region.","example":"","nullable":true,"title":"Region","type":"string"}},"required":["DeliverySlaPerTypes","Region"],"title":"","type":"object"}},"title":"DeliverySlaSamplesPerRegion","type":"object"},"DiscountHighLight":{"description":"Discount hightlight.","example":[],"items":{},"title":"DiscountHighLight","type":"array"},"GetInfoErrorMessage":{"description":"Get info error message.","example":null,"nullable":true,"title":"GetInfoErrorMessage","type":"string"},"GiftSkuIds":{"description":"Array of SKU gifts IDs.","example":[],"items":{},"title":"GiftSkuIds","type":"array"},"Installments":{"description":"Installments options.","example":[{"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}],"items":{"example":{"InterestRate":0,"Name":"Visa à vista","NumberOfInstallments":1,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"Visa","TotalValuePlusInterestRate":42,"Value":42},"properties":{"InterestRate":{"description":"Interest rate of the installment.","example":0,"title":"InterestRate","type":"number"},"Name":{"description":"Name of the installment.","example":"Visa à vista","title":"Name","type":"string"},"NumberOfInstallments":{"description":"Number of the installment.","example":1,"title":"NumberOfInstallments","type":"integer"},"PaymentSystemGroupName":{"description":"Payment system group name of the installment.","example":"creditCardPaymentGroup","title":"PaymentSystemGroupName","type":"string"},"PaymentSystemName":{"description":"Payment system name of the installment.","example":"Visa","title":"PaymentSystemName","type":"string"},"TotalValuePlusInterestRate":{"description":"Total value plus interest rate of the installment.","example":42,"title":"TotalValuePlusInterestRate","type":"number"},"Value":{"description":"Value of the installment.","example":42,"title":"Value","type":"number"}},"required":["Value","InterestRate","TotalValuePlusInterestRate","NumberOfInstallments","PaymentSystemName","PaymentSystemGroupName","Name"],"title":"","type":"object"},"title":"Installments","type":"array"},"IsAvailable":{"description":"If the product is available or not.","example":true,"title":"IsAvailable","type":"boolean"},"ItemMetadataAttachment":{"description":"Item metadata attachment.","example":[],"items":{},"title":"ItemMetadataAttachment","type":"array"},"ListPrice":{"description":"List price of the product.","example":42,"title":"ListPrice","type":"number"},"PaymentOptions":{"description":"Payment options.","example":{"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-08-15T13:52:10.317Z","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-08-15T13:52:10.318Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"payments":[]},"properties":{"availableAccounts":{"description":"Available accounts.","example":[],"items":{},"title":"availableAccounts","type":"array"},"availableTokens":{"description":"Available tokens.","example":[],"items":{},"title":"availableTokens","type":"array"},"giftCardMessages":{"description":"GiftCardMessages.","example":[],"items":{},"title":"giftCardMessages","type":"array"},"giftCards":{"description":"GiftCards.","example":[],"items":{},"title":"giftCards","type":"array"},"installmentOptions":{"description":"installment options.","example":[{"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}],"items":{"example":{"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},"properties":{"bin":{"description":"Bin.","example":null,"nullable":true,"title":"bin","type":"string"},"installments":{"description":"Installments.","example":[{"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}],"items":{"example":{"count":1,"hasInterestRate":false,"interestRate":0,"sellerMerchantInstallments":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"sellerMerchantInstallments":{"description":"Seller merchant installments.","example":[{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200}],"items":{"example":{"count":1,"hasInterestRate":false,"id":"MERCH","interestRate":0,"total":4200,"value":4200},"properties":{"count":{"description":"Count.","example":1,"title":"count","type":"integer"},"hasInterestRate":{"description":"Has interest rate.","example":false,"title":"hasInterestRate","type":"boolean"},"id":{"description":"ID.","example":"MERCH","title":"id","type":"string"},"interestRate":{"description":"Interest rate.","example":0,"title":"interestRate","type":"integer"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["id","count","hasInterestRate","interestRate","value","total"],"title":"","type":"object"},"title":"sellerMerchantInstallments","type":"array"},"total":{"description":"Total.","example":4200,"title":"total","type":"integer"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["count","hasInterestRate","interestRate","value","total","sellerMerchantInstallments"],"title":"","type":"object"},"title":"installments","type":"array"},"paymentGroupName":{"description":"Payment group name.","example":"creditCardPaymentGroup","title":"paymentGroupName","type":"string"},"paymentName":{"description":"Payment name.","example":"Visa","title":"paymentName","type":"string"},"paymentSystem":{"description":"Payment system.","example":"2","title":"paymentSystem","type":"string"},"value":{"description":"Value.","example":4200,"title":"value","type":"integer"}},"required":["paymentSystem","bin","paymentName","paymentGroupName","value","installments"],"title":"","type":"object"},"title":"installmentOptions","type":"array"},"paymentSystems":{"description":"Payment systems.","example":[{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.318Z","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-08-15T13:52:10.318Z","groupName":"creditCardPaymentGroup","id":2,"isCustom":false,"name":"Visa","requiresAuthentication":false,"requiresDocument":false,"stringId":"2","template":"creditCardPaymentGroup-template","validator":null}],"items":{"example":{"availablePayments":null,"description":null,"dueDate":"2025-08-15T13:52:10.318Z","groupName":"promissoryPaymentGroup","id":17,"isCustom":false,"name":"Promissory","requiresAuthentication":false,"requiresDocument":false,"stringId":"17","template":"promissoryPaymentGroup-template","validator":null},"properties":{"availablePayments":{"description":"Available payments.","example":"","nullable":true,"title":"availablePayments","type":"string"},"description":{"description":"Description.","example":"","nullable":true,"title":"description","type":"string"},"dueDate":{"description":"Due date.","example":"2025-08-15T13:52:10.318Z","title":"dueDate","type":"string"},"groupName":{"description":"Group name.","example":"promissoryPaymentGroup","title":"groupName","type":"string"},"id":{"description":"ID.","example":17,"title":"id","type":"integer"},"isCustom":{"description":"If is custom or not.","example":false,"title":"isCustom","type":"boolean"},"name":{"description":"Name.","example":"Promissory","title":"name","type":"string"},"requiresAuthentication":{"description":"If requires authentication.","example":false,"title":"requiresAuthentication","type":"boolean"},"requiresDocument":{"description":"If requires document or not.","example":false,"title":"requiresDocument","type":"boolean"},"stringId":{"description":"String ID.","example":"17","title":"stringId","type":"string"},"template":{"description":"Template.","example":"promissoryPaymentGroup-template","title":"template","type":"string"},"validator":{"description":"Validator.","example":"","nullable":true,"title":"validator","type":"string"}},"required":["id","name","groupName","validator","stringId","template","requiresDocument","isCustom","description","requiresAuthentication","dueDate","availablePayments"],"title":"","type":"object"},"title":"paymentSystems","type":"array"},"payments":{"description":"Payments.","example":[],"items":{},"title":"payments","type":"array"}},"required":["installmentOptions","paymentSystems","payments","giftCards","giftCardMessages","availableAccounts","availableTokens"],"title":"PaymentOptions","type":"object"},"Price":{"description":"Price of the product.","example":42,"title":"Price","type":"number"},"PriceValidUntil":{"description":"Price of the product valid until a certain date.","example":"2025-08-15T13:52:10.318Z","title":"PriceValidUntil","type":"string"},"PriceWithoutDiscount":{"description":"Price of the product without discount.","example":42,"title":"PriceWithoutDiscount","type":"number"},"RewardValue":{"description":"Reward value of the product.","example":0,"title":"RewardValue","type":"number"},"SaleChannel":{"description":"Trade policy which the product is contained.","example":0,"title":"SaleChannel","type":"integer"},"Tax":{"description":"Tax of the product.","example":0,"title":"Tax","type":"number"},"Teasers":{"description":"Teasers.","example":[],"items":{},"title":"Teasers","type":"array"}},"required":["DeliverySlaSamplesPerRegion","Installments","DiscountHighLight","GiftSkuIds","Teasers","BuyTogether","ItemMetadataAttachment","Price","ListPrice","PriceWithoutDiscount","RewardValue","PriceValidUntil","AvailableQuantity","IsAvailable","Tax","SaleChannel","DeliverySlaSamples","GetInfoErrorMessage","CacheVersionUsedToCallCheckout","PaymentOptions"],"title":"commertialOffer","type":"object"},"sellerDefault":{"description":"If the seller is default or not.","example":true,"title":"sellerDefault","type":"boolean"},"sellerId":{"description":"SKU seller ID.","example":"1","title":"sellerId","type":"string"},"sellerName":{"description":"SKU seller name.","example":"COMPANHIA BRASILEIRA DE TECNOLOGIA PARA E-COMMERCE","title":"sellerName","type":"string"}},"required":["sellerId","sellerName","addToCartLink","sellerDefault","commertialOffer"],"title":"","type":"object"},"title":"sellers","type":"array"},"unitMultiplier":{"description":"numerical unit that multiplies the selected quantity of the product when it is inserted in the cart.","example":1,"title":"unitMultiplier","type":"number"}},"required":["itemId","name","nameComplete","complementName","ean","referenceId","measurementUnit","unitMultiplier","modalType","isKit","kitItems","images","sellers","Videos","estimatedDateArrival"],"title":"","type":"object"},"title":"items","type":"array"},"link":{"description":"Product URL.","example":"https://merch.vtexcommercestable.com.br/kit-6-cerveja-hoegaarden/p","title":"link","type":"string"},"linkText":{"description":"Product URL.","example":"kit-6-cerveja-hoegaarden","title":"linkText","type":"string"},"metaTagDescription":{"description":"Brief description of the category. It's recommended that you don't exceed 150 characters so that the search engines can display it correctly in the results page.","example":"Category for Beers","title":"metaTagDescription","type":"string"},"productClusters":{"description":"Product clusters' IDs and names.","example":{"138":"teste2","143":"NaoPesquisavel","146":"colecaotestesubcategoria","161":"merch_import_test1"},"title":"productClusters","type":"object"},"productId":{"description":"Product unique identifier.","example":"35","title":"productId","type":"string"},"productName":{"description":"Product name.","example":"Kit de Hoegaarden","title":"productName","type":"string"},"productReference":{"description":"Product reference.","example":"000806","title":"productReference","type":"string"},"productReferenceCode":{"description":"Product reference ID.","example":1234,"nullable":true,"title":"productReferenceCode","type":"integer"},"productTitle":{"description":"Text that is in the browser tab and corresponds to the title of the product page. This field is important for SEO.","example":"Kit 6 cerveja Hoegaarden","title":"productTitle","type":"string"},"releaseDate":{"description":"Product release date.","example":"2025-08-15T13:52:10.318Z","title":"releaseDate","type":"string"},"searchableClusters":{"description":"Searchable clusters IDs and names","example":{"138":"teste2"},"title":"searchableClusters","type":"object"}},"required":["productId","productName","brand","brandId","brandImageUrl","linkText","productReference","productReferenceCode","categoryId","productTitle","metaTagDescription","releaseDate","clusterHighlights","productClusters","searchableClusters","categories","categoriesIds","link","Percentuals","Percentual","Total","Teste de Api","Ale","Teste da Api2","Alcool","allSpecifications","allSpecificationsGroups","description","items"],"title":"","type":"object"},"title":"","type":"array"}}},"description":"OK"}},"servers":[{"url":"http://example.com/.{environment}.com.br","variables":{"environment":{"default":"DefaultParameterValue"}}}],"summary":"Search for Products","tags":["Search"]}},"/buscaautocomplete":{"get":{"deprecated":false,"description":"Retrieves product's information related to the searched string.\r\n`{{searchString}} is the part of string the user is looking for.\r\nE.g.: `ref` | `refrig` | `refrigerator`","operationId":"AutoComplete","parameters":[{"description":"Type of the content being sent","in":"header","name":"Content-Type","required":true,"schema":{"example":"application/json","type":"string"},"style":"simple"},{"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":"Part of the string that will be searched.","explode":true,"in":"query","name":"productNameContains","required":true,"schema":{"example":"jeans","type":"string"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"example":{"itemsReturned":[{"criteria":"£Cacilds in Coronas¢/coronas/Cacilds","href":"https://merch.vtexcommercestable.com.br/coronas/Cacilds","items":[],"name":"Cacilds in Coronas","thumb":"","thumbUrl":null},{"criteria":null,"href":"https://merch.vtexcommercestable.com.br/bay-max-3/p","items":[{"imageUrl":"https://merch.vteximg.com.br/arquivos/ids/172754-25-25/Diablo.jpg?v=637521970448770000","itemId":"5","name":"Llf","nameComplete":"Cacilds Llf","productId":"3"}],"name":"cacilds - llf","thumb":"<img src=\"https://merch.vteximg.com.br/arquivos/ids/155400-25-25/image-433ec3e72d7e4b94964481e843c9dd88.jpg?v=637172099619830000\" width=\"25\" height=\"25\" alt=\"image-433ec3e72d7e4b94964481e843c9dd88\" id=\"\" />","thumbUrl":"https://merch.vteximg.com.br/arquivos/ids/172754-25-25/Diablo.jpg?v=637521970448770000"}]},"schema":{"description":"The root schema comprises the entire JSON document.","example":{"itemsReturned":[{"criteria":"£Cacilds in Coronas¢/coronas/Cacilds","href":"https://merch.vtexcommercestable.com.br/coronas/Cacilds","items":[],"name":"Cacilds in Coronas","thumb":"","thumbUrl":null},{"criteria":null,"href":"https://merch.vtexcommercestable.com.br/bay-max-3/p","items":[{"imageUrl":"https://merch.vteximg.com.br/arquivos/ids/172754-25-25/Diablo.jpg?v=637521970448770000","itemId":"5","name":"Llf","nameComplete":"Cacilds Llf","productId":"3"}],"name":"cacilds - llf","thumb":"<img src=\"https://merch.vteximg.com.br/arquivos/ids/155400-25-25/image-433ec3e72d7e4b94964481e843c9dd88.jpg?v=637172099619830000\" width=\"25\" height=\"25\" alt=\"image-433ec3e72d7e4b94964481e843c9dd88\" id=\"\" />","thumbUrl":"https://merch.vteximg.com.br/arquivos/ids/172754-25-25/Diablo.jpg?v=637521970448770000"}]},"properties":{"itemsReturned":{"description":"Autocomplete returned items.","example":[{"criteria":"£Cacilds in Coronas¢/coronas/Cacilds","href":"https://merch.vtexcommercestable.com.br/coronas/Cacilds","items":[],"name":"Cacilds in Coronas","thumb":"","thumbUrl":null},{"criteria":null,"href":"https://merch.vtexcommercestable.com.br/bay-max-3/p","items":[{"imageUrl":"https://merch.vteximg.com.br/arquivos/ids/172754-25-25/Diablo.jpg?v=637521970448770000","itemId":"5","name":"Llf","nameComplete":"Cacilds Llf","productId":"3"}],"name":"cacilds - llf","thumb":"<img src=\"https://merch.vteximg.com.br/arquivos/ids/155400-25-25/image-433ec3e72d7e4b94964481e843c9dd88.jpg?v=637172099619830000\" width=\"25\" height=\"25\" alt=\"image-433ec3e72d7e4b94964481e843c9dd88\" id=\"\" />","thumbUrl":"https://merch.vteximg.com.br/arquivos/ids/172754-25-25/Diablo.jpg?v=637521970448770000"}],"items":{"example":{"criteria":"£Cacilds in Coronas¢/coronas/Cacilds","href":"https://merch.vtexcommercestable.com.br/coronas/Cacilds","items":[],"name":"Cacilds in Coronas","thumb":"","thumbUrl":null},"properties":{"criteria":{"description":"Item criteria.","example":"£Cacilds in Coronas¢/coronas/Cacilds","nullable":true,"title":"criteria","type":"string"},"href":{"description":"Item URL.","example":"https://merch.vtexcommercestable.com.br/bay-max-3/p","title":"href","type":"string"},"items":{"description":"Array of products.","example":[{"imageUrl":"https://merch.vteximg.com.br/arquivos/ids/172754-25-25/Diablo.jpg?v=637521970448770000","itemId":"5","name":"Llf","nameComplete":"Cacilds Llf","productId":"3"}],"items":{},"properties":{"imageUrl":{"description":"Product image URL.","example":"https://merch.vteximg.com.br/arquivos/ids/172754-25-25/Diablo.jpg?v=637521970448770000","title":"imageUrl","type":"string"},"itemId":{"description":"Item ID.","example":"3","title":"itemId","type":"string"},"name":{"description":"Product name.","example":"Llf","title":"name","type":"string"},"nameComplete":{"description":"Complete product name.","example":"Cacilds Llf","title":"nameComplete","type":"string"},"productId":{"description":"Product ID.","example":"1","title":"productId","type":"string"}},"title":"items","type":"array"},"name":{"description":"Item name.","example":"cacilds - llf","title":"name","type":"string"},"thumb":{"description":"Item thumbnail.","example":"<img src=\"https://merch.vteximg.com.br/arquivos/ids/155400-25-25/image-433ec3e72d7e4b94964481e843c9dd88.jpg?v=637172099619830000\" width=\"25\" height=\"25\" alt=\"image-433ec3e72d7e4b94964481e843c9dd88\" id=\"\" />","title":"thumb","type":"string"},"thumbUrl":{"description":"Item thumbnail URL.","example":"https://merch.vteximg.com.br/arquivos/ids/172754-25-25/Diablo.jpg?v=637521970448770000","nullable":true,"title":"thumbUrl","type":"string"}},"required":["items","thumb","thumbUrl","name","href","criteria"],"type":"object"},"title":"itemsReturned","type":"array"}},"required":["itemsReturned"],"title":"The root schema","type":"object"}}},"description":""}},"servers":[{"url":"http://example.com/.{environment}.com.br","variables":{"environment":{"default":"DefaultParameterValue"}}}],"summary":"Product Search Autocomplete","tags":["Autocomplete"]}}},"components":{"schemas":{"AplicativosDeTV":{"example":{"Link":"/eletronicos/tv/Crackle?map=c,c,specificationFilter_1517","Name":"Crackle","Quantity":4},"properties":{"Link":{"type":"string"},"Name":{"type":"string"},"Quantity":{"format":"int32","type":"integer"}},"required":["Quantity","Name","Link"],"title":"AplicativosDeTV","type":"object"},"Brand":{"example":{"Link":"/eletronicos/tv/Philips","Name":"Philips","Quantity":1},"properties":{"Link":{"type":"string"},"Name":{"type":"string"},"Quantity":{"format":"int32","type":"integer"}},"required":["Quantity","Name","Link"],"title":"Brand","type":"object"},"CategoriesTree":{"example":{"Children":[{"Children":[{"Children":[],"Link":"/Eletronicos/TV/TV-LED","Name":"TV LED","Quantity":6},{"Children":[],"Link":"/Eletronicos/TV/Smart-TV","Name":"Smart TV","Quantity":14}],"Link":"/Eletronicos/TV","Name":"TV","Quantity":20}],"Link":"/Eletronicos","Name":"Eletrônicos","Quantity":20},"properties":{"Children":{"description":"","items":{"$ref":"#/components/schemas/Child"},"type":"array"},"Link":{"type":"string"},"Name":{"type":"string"},"Quantity":{"format":"int32","type":"integer"}},"required":["Quantity","Name","Link","Children"],"title":"CategoriesTree","type":"object"},"Child":{"example":{"Children":[{"Children":[],"Link":"/Eletronicos/TV/TV-LED","Name":"TV LED","Quantity":6},{"Children":[],"Link":"/Eletronicos/TV/Smart-TV","Name":"Smart TV","Quantity":14}],"Link":"/Eletronicos/TV","Name":"TV","Quantity":20},"properties":{"Children":{"description":"","items":{"$ref":"#/components/schemas/Child1"},"type":"array"},"Link":{"type":"string"},"Name":{"type":"string"},"Quantity":{"format":"int32","type":"integer"}},"required":["Quantity","Name","Link","Children"],"title":"Child","type":"object"},"Child1":{"example":{"Children":[],"Link":"/Eletronicos/TV/TV-LED","Name":"TV LED","Quantity":6},"properties":{"Children":{"description":"","items":{"type":"string"},"type":"array"},"Link":{"type":"string"},"Name":{"type":"string"},"Quantity":{"format":"int32","type":"integer"}},"required":["Quantity","Name","Link","Children"],"title":"Child1","type":"object"},"CommertialOffer":{"properties":{"AvailableQuantity":{"format":"int32","type":"integer"},"BuyTogether":{"description":"","items":{"type":"string"},"type":"array"},"CacheVersionUsedToCallCheckout":{"type":"string"},"DeliverySlaSamples":{"description":"","items":{"$ref":"#/components/schemas/DeliverySlaSample"},"type":"array"},"DeliverySlaSamplesPerRegion":{"additionalProperties":{"$ref":"#/components/schemas/generatedObject"},"type":"object"},"DiscountHighLight":{"description":"","items":{"type":"string"},"type":"array"},"GetInfoErrorMessage":{"nullable":true,"type":"string"},"GiftSkuIds":{"description":"","items":{"type":"string"},"type":"array"},"Installments":{"description":"","items":{"$ref":"#/components/schemas/Installment"},"type":"array"},"ListPrice":{"type":"number"},"Price":{"type":"number"},"PriceValidUntil":{"type":"string"},"Tax":{"type":"number"},"Teasers":{"description":"","items":{"type":"string"},"type":"array"}},"required":["DeliverySlaSamplesPerRegion","Installments","DiscountHighLight","GiftSkuIds","Teasers","BuyTogether","Price","ListPrice","PriceValidUntil","AvailableQuantity","Tax","DeliverySlaSamples","GetInfoErrorMessage","CacheVersionUsedToCallCheckout"],"title":"CommertialOffer","type":"object"},"DeliverySlaPerType":{"example":{"EstimatedTimeSpanToDelivery":"00:00:00","Price":4.11,"TypeName":"Econômica"},"properties":{"EstimatedTimeSpanToDelivery":{"type":"string"},"Price":{"type":"number"},"TypeName":{"type":"string"}},"required":["TypeName","Price","EstimatedTimeSpanToDelivery"],"title":"DeliverySlaPerType","type":"object"},"DeliverySlaPerType2":{"properties":{"EstimatedTimeSpanToDelivery":{"type":"string"},"Price":{"type":"number"},"TypeName":{"type":"string"}},"title":"DeliverySlaPerType2","type":"object"},"DeliverySlaSample":{"example":{"DeliverySlaPerTypes":[],"Region":null},"properties":{"DeliverySlaPerTypes":{"description":"","items":{"$ref":"#/components/schemas/DeliverySlaPerType2"},"type":"array"},"Region":{"$ref":"#/components/schemas/Region2"}},"required":["DeliverySlaPerTypes","Region"],"title":"DeliverySlaSample","type":"object"},"Department":{"example":{"Link":"/Eletro-Eletronicos","Name":"Eletro-Eletronicos","Quantity":20},"properties":{"Link":{"type":"string"},"Name":{"type":"string"},"Quantity":{"format":"int32","type":"integer"}},"required":["Quantity","Name","Link"],"title":"Department","type":"object"},"Example":{"properties":{"brand":{"type":"string"},"categories":{"description":"","items":{"type":"string"},"type":"array"},"description":{"nullable":true,"type":"string"},"items":{"description":"","items":{"$ref":"#/components/schemas/Item"},"type":"array"},"link":{"type":"string"},"linkText":{"type":"string"},"productId":{"type":"string"},"productName":{"type":"string"},"productReference":{"type":"string"}},"required":["productId","productName","brand","linkText","productReference","categories","link","description","items"],"title":"Example","type":"object"},"Example2":{"example":{"Brands":[{"Link":"/eletronicos/tv/Philips","Name":"Philips","Quantity":1},{"Link":"/eletronicos/tv/Samsung","Name":"Samsung","Quantity":5},{"Link":"/eletronicos/tv/Philco","Name":"Philco","Quantity":6},{"Link":"/eletronicos/tv/AOC","Name":"AOC","Quantity":2},{"Link":"/eletronicos/tv/Semp","Name":"Semp","Quantity":1},{"Link":"/eletronicos/tv/Toshiba","Name":"Toshiba","Quantity":2},{"Link":"/eletronicos/tv/TCL","Name":"TCL","Quantity":3}],"CategoriesTrees":[{"Children":[{"Children":[{"Children":[],"Link":"/Eletronicos/TV/TV-LED","Name":"TV LED","Quantity":6},{"Children":[],"Link":"/Eletronicos/TV/Smart-TV","Name":"Smart TV","Quantity":14}],"Link":"/Eletronicos/TV","Name":"TV","Quantity":20}],"Link":"/Eletronicos","Name":"Eletrônicos","Quantity":20}],"Departments":[{"Link":"/Eletro-Eletronicos","Name":"Eletro-Eletronicos","Quantity":20}],"SpecificationFilters":{"Aplicativos de TV":[{"Link":"/eletronicos/tv/Crackle?map=c,c,specificationFilter_1517","Name":"Crackle","Quantity":4},{"Link":"/eletronicos/tv/NetFlix?map=c,c,specificationFilter_1517","Name":"NetFlix","Quantity":12},{"Link":"/eletronicos/tv/NetMovies?map=c,c,specificationFilter_1517","Name":"NetMovies","Quantity":4},{"Link":"/eletronicos/tv/Vimeo?map=c,c,specificationFilter_1517","Name":"Vimeo","Quantity":4},{"Link":"/eletronicos/tv/YouTube?map=c,c,specificationFilter_1517","Name":"YouTube","Quantity":13}],"Resolução":[{"Link":"/eletronicos/tv/Full-HD?map=c,c,specificationFilter_73","Name":"Full-HD","Quantity":10},{"Link":"/eletronicos/tv/HD-Ready?map=c,c,specificationFilter_73","Name":"HD-Ready","Quantity":7},{"Link":"/eletronicos/tv/Ultra-HD?map=c,c,specificationFilter_73","Name":"Ultra-HD","Quantity":2}],"Tamanho da Tela":[{"Link":"/eletronicos/tv/Acima de 51 pol.?map=c,c,specificationFilter_74","Name":"Acima de 51 pol.","Quantity":3},{"Link":"/eletronicos/tv/Até 19 pol.?map=c,c,specificationFilter_74","Name":"Até 19 pol.","Quantity":1},{"Link":"/eletronicos/tv/De 20 a 29 pol.?map=c,c,specificationFilter_74","Name":"De 20 a 29 pol.","Quantity":2},{"Link":"/eletronicos/tv/De 30 a 39 pol.?map=c,c,specificationFilter_74","Name":"De 30 a 39 pol.","Quantity":5},{"Link":"/eletronicos/tv/De 40 a 51 pol.?map=c,c,specificationFilter_74","Name":"De 40 a 51 pol.","Quantity":8}]}},"properties":{"Brands":{"description":"","items":{"$ref":"#/components/schemas/Brand"},"type":"array"},"CategoriesTrees":{"description":"","items":{"$ref":"#/components/schemas/CategoriesTree"},"type":"array"},"Departments":{"description":"","items":{"$ref":"#/components/schemas/Department"},"type":"array"},"SpecificationFilters":{"$ref":"#/components/schemas/SpecificationFilters"}},"required":["Departments","Brands","SpecificationFilters","CategoriesTrees"],"title":"Example2","type":"object"},"Example3":{"example":{"itemsReturned":[{"criteria":"£geladeira em Departamento 8¢/departamento-8/geladeira","href":"https://ambienteqa.vtexcommercestable.com.br/departamento-8/geladeira","name":"geladeira em Departamento 8","thumb":""},{"criteria":"£geladeira em Eletrodoméstico¢/eletrodomestico/geladeira","href":"https://ambienteqa.vtexcommercestable.com.br/eletrodomestico/geladeira","name":"geladeira em Eletrodoméstico","thumb":""},{"criteria":null,"href":"https://ambienteqa.vtexcommercestable.com.br/geladeiraeli/p","name":"geladeira eli","thumb":"<img src=\"https://ambienteqa.vteximg.com.br/arquivos/ids/168969-25-25/geladeira.jpg\" width=\"25\" height=\"25\" alt=\"geladeira\" id=\"\" />"},{"criteria":null,"href":"https://ambienteqa.vtexcommercestable.com.br/prevendageladeira/p","name":"pre venda geladeira","thumb":"<img src=\"https://ambienteqa.vteximg.com.br/arquivos/ids/168964-25-25/gela.jpg\" width=\"25\" height=\"25\" alt=\"gela\" id=\"\" />"},{"criteria":null,"href":"https://ambienteqa.vtexcommercestable.com.br/geladeira/p","name":"geladeira","thumb":"<img src=\"https://ambienteqa.vteximg.com.br/arquivos/ids/168951-25-25/geladeira.jpg\" width=\"25\" height=\"25\" alt=\"geladeira\" id=\"\" />"}]},"properties":{"itemsReturned":{"description":"","items":{"$ref":"#/components/schemas/ItemsReturned"},"type":"array"}},"required":["itemsReturned"],"title":"Example3","type":"object"},"Image":{"example":{"imageId":"168969","imageLabel":"","imageTag":"<img src=\"~/arquivos/ids/168969-#width#-#height#/geladeira.jpg\" width=\"#width#\" height=\"#height#\" alt=\"geladeira\" id=\"\" />","imageText":"geladeira","imageUrl":"http://ambienteqa.vteximg.com.br/arquivos/ids/168969/geladeira.jpg"},"properties":{"imageId":{"type":"string"},"imageLabel":{"type":"string"},"imageTag":{"type":"string"},"imageText":{"nullable":true,"type":"string"},"imageUrl":{"type":"string"}},"required":["imageId","imageLabel","imageTag","imageUrl","imageText"],"title":"Image","type":"object"},"Installment":{"example":{"InterestRate":0,"Name":"American Express à vista","NumberOfInstallments":1,"PaymentSystemGroupName":"creditCardPaymentGroup","PaymentSystemName":"American Express","TotalValuePlusInterestRate":1000,"Value":1000},"properties":{"InterestRate":{"type":"number"},"Name":{"type":"string"},"NumberOfInstallments":{"format":"int32","type":"integer"},"PaymentSystemGroupName":{"type":"string"},"PaymentSystemName":{"type":"string"},"TotalValuePlusInterestRate":{"type":"number"},"Value":{"type":"number"}},"required":["Value","InterestRate","TotalValuePlusInterestRate","NumberOfInstallments","PaymentSystemName","PaymentSystemGroupName","Name"],"title":"Installment","type":"object"},"Item":{"properties":{"COR":{"description":"","items":{"type":"string"},"type":"array"},"TAMANHO":{"description":"","items":{"type":"string"},"type":"array"},"complementName":{"type":"string"},"ean":{"type":"string"},"images":{"description":"","items":{"$ref":"#/components/schemas/Image"},"type":"array"},"itemId":{"type":"string"},"measurementUnit":{"type":"string"},"name":{"type":"string"},"nameComplete":{"type":"string"},"referenceId":{"description":"","items":{"$ref":"#/components/schemas/ReferenceId"},"type":"array"},"sellers":{"description":"","items":{"$ref":"#/components/schemas/Seller"},"type":"array"},"unitMultiplier":{"type":"number"},"variations":{"description":"","items":{"type":"string"},"type":"array"}},"required":["itemId","name","nameComplete","complementName","ean","measurementUnit","unitMultiplier","images","sellers"],"title":"Item","type":"object"},"ItemsReturned":{"example":{"criteria":"£geladeira em Departamento 8¢/departamento-8/geladeira","href":"https://ambienteqa.vtexcommercestable.com.br/departamento-8/geladeira","name":"geladeira em Departamento 8","thumb":""},"properties":{"criteria":{"nullable":true,"type":"string"},"href":{"type":"string"},"name":{"type":"string"},"thumb":{"type":"string"}},"required":["thumb","name","href","criteria"],"title":"ItemsReturned","type":"object"},"ReferenceId":{"example":{"Key":"RefId","Value":"969697"},"properties":{"Key":{"type":"string"},"Value":{"type":"string"}},"required":["Key","Value"],"title":"ReferenceId","type":"object"},"Region":{"example":{"CountryCode":"BRA","CultureInfoName":"pt-BR","Id":1,"IsPersisted":true,"IsRemoved":false,"Name":"Rio","ZipCode":"22011050"},"nullable":true,"properties":{"CountryCode":{"type":"string"},"CultureInfoName":{"type":"string"},"Id":{"format":"int32","type":"integer"},"IsPersisted":{"type":"boolean"},"IsRemoved":{"type":"boolean"},"Name":{"type":"string"},"ZipCode":{"type":"string"}},"required":["IsPersisted","IsRemoved","Id","Name","CountryCode","ZipCode","CultureInfoName"],"title":"Region","type":"object"},"Region2":{"nullable":true,"properties":{"CountryCode":{"type":"string"},"CultureInfoName":{"type":"string"},"Id":{"format":"int32","type":"integer"},"IsPersisted":{"type":"boolean"},"IsRemoved":{"type":"boolean"},"Name":{"type":"string"},"ZipCode":{"type":"string"}},"title":"Region2","type":"object"},"ResoluO":{"example":{"Link":"/eletronicos/tv/Full-HD?map=c,c,specificationFilter_73","Name":"Full-HD","Quantity":10},"properties":{"Link":{"type":"string"},"Name":{"type":"string"},"Quantity":{"format":"int32","type":"integer"}},"required":["Quantity","Name","Link"],"title":"ResoluO","type":"object"},"Seller":{"properties":{"addToCartLink":{"type":"string"},"commertialOffer":{"$ref":"#/components/schemas/CommertialOffer"},"sellerDefault":{"type":"boolean"},"sellerId":{"type":"string"},"sellerName":{"type":"string"}},"required":["sellerId","sellerName","addToCartLink","sellerDefault","commertialOffer"],"title":"Seller","type":"object"},"SpecificationFilters":{"example":{"Aplicativos de TV":[{"Link":"/eletronicos/tv/Crackle?map=c,c,specificationFilter_1517","Name":"Crackle","Quantity":4},{"Link":"/eletronicos/tv/NetFlix?map=c,c,specificationFilter_1517","Name":"NetFlix","Quantity":12},{"Link":"/eletronicos/tv/NetMovies?map=c,c,specificationFilter_1517","Name":"NetMovies","Quantity":4},{"Link":"/eletronicos/tv/Vimeo?map=c,c,specificationFilter_1517","Name":"Vimeo","Quantity":4},{"Link":"/eletronicos/tv/YouTube?map=c,c,specificationFilter_1517","Name":"YouTube","Quantity":13}],"Resolução":[{"Link":"/eletronicos/tv/Full-HD?map=c,c,specificationFilter_73","Name":"Full-HD","Quantity":10},{"Link":"/eletronicos/tv/HD-Ready?map=c,c,specificationFilter_73","Name":"HD-Ready","Quantity":7},{"Link":"/eletronicos/tv/Ultra-HD?map=c,c,specificationFilter_73","Name":"Ultra-HD","Quantity":2}],"Tamanho da Tela":[{"Link":"/eletronicos/tv/Acima de 51 pol.?map=c,c,specificationFilter_74","Name":"Acima de 51 pol.","Quantity":3},{"Link":"/eletronicos/tv/Até 19 pol.?map=c,c,specificationFilter_74","Name":"Até 19 pol.","Quantity":1},{"Link":"/eletronicos/tv/De 20 a 29 pol.?map=c,c,specificationFilter_74","Name":"De 20 a 29 pol.","Quantity":2},{"Link":"/eletronicos/tv/De 30 a 39 pol.?map=c,c,specificationFilter_74","Name":"De 30 a 39 pol.","Quantity":5},{"Link":"/eletronicos/tv/De 40 a 51 pol.?map=c,c,specificationFilter_74","Name":"De 40 a 51 pol.","Quantity":8}]},"properties":{"Aplicativos de TV":{"description":"","items":{"$ref":"#/components/schemas/AplicativosDeTV"},"type":"array"},"Resolução":{"description":"","items":{"$ref":"#/components/schemas/ResoluO"},"type":"array"},"Tamanho da Tela":{"description":"","items":{"$ref":"#/components/schemas/TamanhoDaTela"},"type":"array"}},"required":["Resolução","Tamanho da Tela","Aplicativos de TV"],"title":"SpecificationFilters","type":"object"},"TamanhoDaTela":{"example":{"Link":"/eletronicos/tv/Acima de 51 pol.?map=c,c,specificationFilter_74","Name":"Acima de 51 pol.","Quantity":3},"properties":{"Link":{"type":"string"},"Name":{"type":"string"},"Quantity":{"format":"int32","type":"integer"}},"required":["Quantity","Name","Link"],"title":"TamanhoDaTela","type":"object"},"generatedObject":{"example":{"DeliverySlaPerTypes":[{"EstimatedTimeSpanToDelivery":"00:00:00","Price":4.11,"TypeName":"Econômica"},{"EstimatedTimeSpanToDelivery":"00:00:00","Price":6.5,"TypeName":"n2_2"},{"EstimatedTimeSpanToDelivery":"00:00:00","Price":6.5,"TypeName":"Normal"},{"EstimatedTimeSpanToDelivery":"00:00:00","Price":156.5,"TypeName":"P_T"}],"Region":{"CountryCode":"BRA","CultureInfoName":"pt-BR","Id":1,"IsPersisted":true,"IsRemoved":false,"Name":"Rio","ZipCode":"22011050"}},"properties":{"DeliverySlaPerTypes":{"description":"","items":{"$ref":"#/components/schemas/DeliverySlaPerType"},"type":"array"},"Region":{"$ref":"#/components/schemas/Region"}},"required":["DeliverySlaPerTypes","Region"],"title":"generatedObject","type":"object"}},"securitySchemes":{"appKey":{"in":"header","name":"X-VTEX-API-AppKey","type":"apiKey"},"appToken":{"in":"header","name":"X-VTEX-API-AppToken","type":"apiKey"}}}}