Build a marketplace that's as unique as your business with VTEX's composable, API-first platform. Tailor your experience, integrate with ease, and extend functionalities.Master marketplace management Empower your marketplace growth with intelligent tools for catalog, orders, and fulfillment. Master ...
You should define these results through a custom query in the home page. On the search template, you must use the already provided context. If you usesearch-result-layout, the blocks will define the fetched data from thecontext. If what you are using issearch-result-layout.customQuery, the...
"city": "São Paulo", "state": "SP", "country": "Br", "zipCode": "01403003" }, "customerProfileData": { "name": "Filadelfo Braz", "email": "filadelfo.braz+test@gmail.com", "phoneNumber": "123432122" }, "userComment": "This is a test from API", "locale": "pt-PT" }...
APIreact moduleThe module react makes it easy to test VTEX IO React apps.Exampleimport React from 'react' import { render } from '@vtex/test-tools/react' import HelloWorld from './HelloWorld' test('should render the Hello!', () => { const { getByText } = render(<HelloWorld />) ...
API Theorder-placedapp exports two hooks to allow customization using the current order data:useOrderGroupanduseOrder. useOrderGroup: used to get the data of the current order group. An order group is the collection of all orders created by an users's purchase. ...
Major (incompatible API changes) And then you just need to merge your PR when you are ready! There isno needto create a release commit/tag. No thanks, I would rather do it manually 😞 I noticed you didn't make any changes at thedocs/folder ...
Note: the pre-minified version is built using our build service which exposes the FastClick object through Origami.fastclick and will have the Browserify/CommonJS API (see above). var attachFastClick = Origami.fastclick; attachFastClick(document.body); AMD FastClick has AMD (Asynchronous Module Defi...