Fetching resources
Paginated response structure:
In each paginated request, there is a “next” and “previous” field which specifies the url to request next (it contains the next or previous page number).
Building Vitau’s cart URL
Since there is no API interaction needed this is the simplest and quickest way to enable your customers to purchase the products they need! The pre-made cart is a feature we use at Vitau and several commercial alliances use to direct a patient directly to the checkout of the products they use. The base url is the following https://vitau.mx/carrito Sending the following query params:- productos: EANs of the products inside the cart, separated by commas
- cantidades: numbers separated by commas, indicating the amount of each product you wish to have in your cart, following the same order of productos.