{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api-ecomm.llujan.t2.newss.beer"
        }
    ],
    "info": {
        "name": "Ecommerce API Documentation",
        "_postman_id": "e078ef25-da3e-4030-b9e7-165b4508f320",
        "description": "This is the documentation for the Ecommerce API.",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Products",
            "description": "",
            "item": [
                {
                    "name": "Display a listing of the products.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "external\/v1\/products",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Opcional. N\u00famero de p\u00e1gina para la paginaci\u00f3n. Default: 1.",
                                    "disabled": false
                                },
                                {
                                    "key": "limit",
                                    "value": "24",
                                    "description": "Opcional. Cantidad de resultados por p\u00e1gina. Default: 12.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter%5Bsearch%5D",
                                    "value": "tractor",
                                    "description": "Buscar por texto.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter%5Bcategory%5D",
                                    "value": "1",
                                    "description": "Filtrar por categor\u00eda.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter%5Bvariants%5D",
                                    "value": "color%3Ared",
                                    "description": "Filtrar por variantes.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter%5Btags%5D",
                                    "value": "oferta",
                                    "description": "Filtrar por tags.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort",
                                    "value": "price",
                                    "description": "Ordenar resultados.\nValores permitidos: sort_order, -sort_order, price, -price, date_added, -date_added, name, -name.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/external\/v1\/products?page=2&limit=24&filter%5Bsearch%5D=tractor&filter%5Bcategory%5D=1&filter%5Bvariants%5D=color%3Ared&filter%5Btags%5D=oferta&sort=price"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"data\": [\n     {\n         \"id\": 1837,\n         \"product_id\": 1837,\n         \"name\": \"Tornillos para strap de talones (pack x 5)\",\n         \"price\": 18793,\n         \"order_price\": 18793,\n         \"sku\": \"\",\n         \"special\": null,\n         \"hasDiscount\": false,\n         \"min_price\": 18793,\n         \"max_price\": 18793,\n         \"count_variants\": 0,\n         \"id_first_variant\": null,\n         \"image\": \"host1\/b69b712f7bd6757ddcda59959c89a2b1\/\/img\/products\/\",\n         \"date_added\": \"2025-09-10 13:39:36\",\n         \"url\": \"demos-2.\/tornillos-para-strap-de-talones-(pack-x-5)\",\n         \"status\": 1,\n         \"currency_code\": \"ARS\"\n      },\n     {\n\t    \"id\": 1838,\n\t    \"product_id\": 1838,\n\t\t\"name\": \"Tornillos para strap de dedos (pack x 5) (copia)\",\n\t\t\"price\": 18793,\n\t\t\"order_price\": 18793,\n\t\t\"sku\": \"\",\n\t\t\"special\": null,\n\t\t\"hasDiscount\": false,\n\t\t\"min_price\": 18793,\n\t\t\"max_price\": 18793,\n\t\t\"count_variants\": 0,\n\t\t\"id_first_variant\": null,\n\t\t\"image\": \"host1\/b69b712f7bd6757ddcda59959c89a2b1\/\/img\/products\/\",\n\t\t\"date_added\": \"2025-09-10 13:39:36\",\n\t\t\"url\": \"demos-2.\/tornillos-para-strap-de-dedos-(pack-x-5)-(copia)\",\n\t\t\"status\": 1,\n\t\t\"currency_code\": \"ARS\"\n\t}\n ],\n\"meta\": {\n\"current_page\": 1,\n\t\"from\": 1,\n\t\"last_page\": 10,\n\t\"links\": [\n\t\t{\n\t\t\t\"url\": null,\n\t\t\t\"label\": \"&laquo; Previous\",\n\t\t\t\"active\": false\n\t\t},\n\t{\n\t\t\t\"url\": \"https:\/\/api-ecomm.llujan.t2.newss.beer\/external\/v1\/products?page=1\",\n\t\t\t\"label\": \"1\",\n\t\t\t\"active\": true\n\t\t},\n\t\t{\n\t\t\t\"url\": \"https:\/\/api-ecomm.llujan.t2.newss.beer\/external\/v1\/products?page=2\",\n\t\t\t\"label\": \"2\",\n\t\t\t\"active\": false\n\t\t}\n\t\t{\n\t\t\t\"url\": \"https:\/\/api-ecomm.llujan.t2.newss.beer\/external\/v1\/products?page=2\",\n\t\t\t\"label\": \"Next &raquo;\",\n\t\t\t\"active\": false\n\t\t}\n\t],\n\t\"path\": \"https:\/\/api-ecomm.llujan.t2.newss.beer\/external\/v1\/products\",\n\t\"per_page\": 10,\n\"to\": 10,\n\t\"total\": 99\n}\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "token",
                "type": "string"
            }
        ]
    }
}