{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.mdiarte.t2.newss.beer\/api\/v1\/back\/shop"
        }
    ],
    "info": {
        "name": "SS-API-ECOMM",
        "_postman_id": "fef5c192-27f7-45f8-bc9c-468ed8a621de",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Categories",
            "description": "",
            "item": [
                {
                    "name": "Show all Categories.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create a new Category.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/categories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"image\":\"category.jpg\",\"parent_id\":1,\"status\":false,\"google_category\":\"google_category\",\"meta_keywords\":\"meta, keywords\",\"category_description\":[\"qui\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show a Category.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/categories\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/categories\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "esse",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Actualiza una Categor\u00eda.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/categories\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/categories\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ea",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"image\":\"category.jpg\",\"parent_id\":1,\"status\":false,\"google_category\":\"google_category\",\"meta_keywords\":\"meta, keywords\",\"category_description\":[\"voluptas\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete a Category.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/categories\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/categories\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "et",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Change the order of a Category.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/categories\/:id\/order",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/categories\/:id\/order?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "quaerat",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sort_order\":1}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Cupones",
            "description": "",
            "item": [
                {
                    "name": "Muestra todos los cupones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/coupons",
                            "query": [
                                {
                                    "key": "name",
                                    "value": "",
                                    "description": "Filtra por nombre del cupon.",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "date_added",
                                    "description": "Parametros de ordenamiento.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/coupons?name=&sort=date_added"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/coupons",
                            "query": [
                                {
                                    "key": "name",
                                    "value": "Cupon",
                                    "description": "string Color de texto.",
                                    "disabled": false
                                },
                                {
                                    "key": "code",
                                    "value": "123",
                                    "description": "string Color de texto.",
                                    "disabled": false
                                },
                                {
                                    "key": "discount",
                                    "value": "1",
                                    "description": "Descuento.",
                                    "disabled": false
                                },
                                {
                                    "key": "percentage",
                                    "value": "10",
                                    "description": "Porcentaje.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/coupons?name=Cupon&code=123&discount=1&percentage=10"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Cupon 1\",\"code\":\"A311\",\"discount\":10,\"percentage\":0,\"type\":\"F\",\"aplication_coupon\":\"minima\",\"amount_min\":1,\"amount_max\":3,\"logged\":false,\"shipping\":false,\"total\":3,\"date_start\":\"2025-06-19T13:02:48\",\"date_end\":\"2025-06-19T13:02:48\",\"uses_total\":16,\"uses_customer\":13,\"status\":false,\"date_added\":\"2025-06-19T13:02:48\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/coupons\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "Id del coupons.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/coupons\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "possimus",
                                    "description": "The ID of the coupon."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/coupons\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "Id del coupons.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/coupons\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "qui",
                                    "description": "The ID of the coupon."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Cupon 1\",\"code\":\"A311\",\"discount\":10,\"percentage\":0,\"type\":\"F\",\"aplication_coupon\":\"qui\",\"amount_min\":1,\"amount_max\":3,\"logged\":false,\"shipping\":false,\"total\":3,\"date_start\":\"2025-06-19T13:02:48\",\"date_end\":\"2025-06-19T13:02:48\",\"uses_total\":20,\"uses_customer\":6,\"status\":false,\"date_added\":\"2025-06-19T13:02:48\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/coupons\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "Id del coupons.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/coupons\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "maxime",
                                    "description": "The ID of the coupon."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Currencies",
            "description": "",
            "item": [
                {
                    "name": "Show all Currencies.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/currency",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/currency"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show a Currency.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/currency\/:currency",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/currency\/:currency?id=1",
                            "variable": [
                                {
                                    "id": "currency",
                                    "key": "currency",
                                    "value": "nihil",
                                    "description": "The currency."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Customers",
            "description": "",
            "item": [
                {
                    "name": "Show all Customers.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/customers",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number for pagination.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "20",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort",
                                    "value": "-last-order",
                                    "description": "The field to sort by. Possible values: email, id, last-order.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter%5Bsearch%5D",
                                    "value": "john",
                                    "description": "Search term to filter by firstname, lastname or email.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/customers?page=1&per_page=20&sort=-last-order&filter%5Bsearch%5D=john"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create a new Customer.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/customers",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/customers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":1,\"dni\":12345678,\"firstname\":\"John\",\"lastname\":\"Doe\",\"email\":\"example@example.com\",\"telephone\":\"123456789\",\"restricted\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show a Customer.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/customers\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/customers\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "facilis",
                                    "description": "The ID of the customer."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update a Customer.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/customers\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/customers\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "tenetur",
                                    "description": "The ID of the customer."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":1,\"dni\":12345678,\"firstname\":\"John\",\"lastname\":\"Doe\",\"email\":\"example@example.com\",\"telephone\":\"123456789\",\"restricted\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete a Customer.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/customers\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/customers\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "tempora",
                                    "description": "The ID of the customer."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update a Restricted users.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/customers\/updateRestrictedMassive",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/customers\/updateRestrictedMassive"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"allow\",\"all\":true,\"customer_ids\":[12]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "",
                            "name": "Customer not found"
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "",
                            "name": "Validation error"
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "",
                            "name": "Server error"
                        }
                    ]
                },
                {
                    "name": "Show a Customer by User ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/customers\/showByUserId\/:iser_id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/customers\/showByUserId\/:iser_id?id=1",
                            "variable": [
                                {
                                    "id": "iser_id",
                                    "key": "iser_id",
                                    "value": "quisquam",
                                    "description": "The ID of the iser."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "GET v2\/currency\/setDefault\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/currency\/setDefault\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/currency\/setDefault\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "maxime",
                                    "description": "The ID of the setDefault."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v1\/products",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v1\/products"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/render\/v1\/products\/variants",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v1\/products\/variants",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v1\/products\/variants"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/render\/v1\/products\/tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v1\/products\/tags",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v1\/products\/tags"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v1\/categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v1\/categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/render\/v2\/products\/options",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/products\/options",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/products\/options"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/render\/v2\/products\/tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/products\/tags",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/products\/tags"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/render\/v2\/categories\/validate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/categories\/validate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/categories\/validate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"category_slug\":\"nobis\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource by customer id.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/customers\/:user\/address",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/customers\/:user\/address",
                            "variable": [
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "4124",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/render\/v2\/customers\/{user}\/address\/{address}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/customers\/:user\/address\/:address",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/customers\/:user\/address\/:address",
                            "variable": [
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "iste",
                                    "description": ""
                                },
                                {
                                    "id": "address",
                                    "key": "address",
                                    "value": "2",
                                    "description": "The address."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/customers\/:user\/address",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/customers\/:user\/address",
                            "variable": [
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "ut",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"street\":\"25 de Mayo\",\"city\":\"Parana\",\"postcode\":\"1111\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/render\/v2\/customers\/{user}\/address\/{address}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/customers\/:user\/address\/:address",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/customers\/:user\/address\/:address",
                            "variable": [
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "vel",
                                    "description": ""
                                },
                                {
                                    "id": "address",
                                    "key": "address",
                                    "value": "1",
                                    "description": "The address."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"street\":\"25 de Mayo\",\"city\":\"Parana\",\"postcode\":\"1111\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/render\/v2\/customers\/{user}\/address\/{address}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/customers\/:user\/address\/:address",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/customers\/:user\/address\/:address",
                            "variable": [
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "ullam",
                                    "description": ""
                                },
                                {
                                    "id": "address",
                                    "key": "address",
                                    "value": "2",
                                    "description": "The address."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/render\/v2\/customers\/{user}\/address\/{address}\/current",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/customers\/:user\/address\/:address\/current",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/customers\/:user\/address\/:address\/current",
                            "variable": [
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "quas",
                                    "description": ""
                                },
                                {
                                    "id": "address",
                                    "key": "address",
                                    "value": "3",
                                    "description": "The address."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/countries",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/countries"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/render\/v2\/countries\/{countryId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/countries\/:countryId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/countries\/:countryId",
                            "variable": [
                                {
                                    "id": "countryId",
                                    "key": "countryId",
                                    "value": "706433",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/render\/v2\/countries\/{countryId}\/zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/countries\/:countryId\/zones",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/countries\/:countryId\/zones",
                            "variable": [
                                {
                                    "id": "countryId",
                                    "key": "countryId",
                                    "value": "61",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Option Values",
            "description": "",
            "item": [
                {
                    "name": "Show all Options.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/options\/:option_id\/values",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/options\/:option_id\/values",
                            "variable": [
                                {
                                    "id": "option_id",
                                    "key": "option_id",
                                    "value": "ut",
                                    "description": "The ID of the option."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create a new Attribute Option.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/options\/:option_id\/values",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/options\/:option_id\/values",
                            "variable": [
                                {
                                    "id": "option_id",
                                    "key": "option_id",
                                    "value": "excepturi",
                                    "description": "The ID of the option."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sort_order\":1,\"language_id\":1,\"option_value_id\":1,\"option_description\":[\"ut\"],\"option_id\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\"data\": {\"id\": 1}}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option not found\"}",
                            "name": "fail"
                        }
                    ]
                },
                {
                    "name": "Show a Option Attribute Option.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/options\/:option_id\/values\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                },
                                {
                                    "key": "option_id",
                                    "value": "1",
                                    "description": "The ID of the option.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/options\/:option_id\/values\/:id?id=1&option_id=1",
                            "variable": [
                                {
                                    "id": "option_id",
                                    "key": "option_id",
                                    "value": "earum",
                                    "description": "The ID of the option."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "facere",
                                    "description": "The ID of the value."
                                }
                            ]
                        },
                        "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": "{\"data\": {\"id\": 1}}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option not found\"}",
                            "name": "fail"
                        }
                    ]
                },
                {
                    "name": "Update a Option Attribute Option.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/options\/:option_id\/values\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/options\/:option_id\/values\/:id?id=1",
                            "variable": [
                                {
                                    "id": "option_id",
                                    "key": "option_id",
                                    "value": "inventore",
                                    "description": "The ID of the option."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "doloribus",
                                    "description": "The ID of the value."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sort_order\":1,\"language_id\":1,\"option_value_id\":1,\"option_description\":[\"placeat\"],\"option_id\":\"\\\"select\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\": {\"id\": 1}}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option not found\"}",
                            "name": "fail"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option update fail\"}",
                            "name": "fail"
                        }
                    ]
                },
                {
                    "name": "Delete a Option Attribute Option.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/options\/:option_id\/values\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                },
                                {
                                    "key": "option_id",
                                    "value": "1",
                                    "description": "The ID of the option.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/options\/:option_id\/values\/:id?id=1&option_id=1",
                            "variable": [
                                {
                                    "id": "option_id",
                                    "key": "option_id",
                                    "value": "debitis",
                                    "description": "The ID of the option."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "eligendi",
                                    "description": "The ID of the value."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option not found\"}",
                            "name": "fail"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option delete fail\"}",
                            "name": "fail"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Options",
            "description": "",
            "item": [
                {
                    "name": "Show all Options.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/options",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/options"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create a new Option.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/options",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/options"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"\\\"select\\\"\",\"sort_order\":1,\"language_id\":1,\"option_value_id\":1,\"option_description\":[\"quasi\"]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\"data\": {\"id\": 1}}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option not found\"}",
                            "name": "fail"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option store fail\"}",
                            "name": "fail"
                        }
                    ]
                },
                {
                    "name": "Show a Option.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/options\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/options\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "dolor",
                                    "description": "The ID of the option."
                                }
                            ]
                        },
                        "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": "{\"data\": {\"id\": 1}}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option not found\"}",
                            "name": "fail"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option show fail\"}",
                            "name": "fail"
                        }
                    ]
                },
                {
                    "name": "Update a Option.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/options\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/options\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ratione",
                                    "description": "The ID of the option."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"\\\"select\\\"\",\"sort_order\":1,\"language_id\":1,\"option_value_id\":1,\"option_description\":[\"commodi\"]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\": {\"id\": 1}}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option not found\"}",
                            "name": "fail"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option update fail\"}",
                            "name": "fail"
                        }
                    ]
                },
                {
                    "name": "Delete a Option.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/options\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/options\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "corrupti",
                                    "description": "The ID of the option."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option not found\"}",
                            "name": "fail"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"error\": \"Option delete fail\"}",
                            "name": "fail"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Productos",
            "description": "",
            "item": [
                {
                    "name": "Listar todos los productos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/products",
                            "query": [
                                {
                                    "key": "filter%5Bshipping%5D",
                                    "value": "1",
                                    "description": "Filtro por si el producto requiere env\u00edo o no.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter%5Bis_active%5D",
                                    "value": "1",
                                    "description": "Filtro por si el producto est\u00e1 activo.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter%5Bdescription%5D",
                                    "value": "remera",
                                    "description": "Filtro por texto en la descripci\u00f3n del producto.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter%5Bcategory_description%5D",
                                    "value": "ropa",
                                    "description": "Filtro por texto en la descripci\u00f3n de la categor\u00eda.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort",
                                    "value": "-max_price",
                                    "description": "Ordenamiento por campo. Puede usarse con prefijo \"-\" para ordenar de forma descendente. Valores permitidos: min_price, max_price, created_at, description, -min_price, -max_price, -created_at, -description.",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "variants",
                                    "description": "Relaciones a incluir. Valores permitidos: variants.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/products?filter%5Bshipping%5D=1&filter%5Bis_active%5D=1&filter%5Bdescription%5D=remera&filter%5Bcategory_description%5D=ropa&sort=-max_price&include=variants"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "ss-siteid",
                                "value": "string required El ID del sitio."
                            },
                            {
                                "key": "ss-host",
                                "value": "string required El host del sitio."
                            }
                        ],
                        "body": null,
                        "description": "Retorna una lista paginada de productos con la posibilidad de aplicar filtros, ordenamientos e incluir relaciones."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"Remera Azul\",\n      \"min_price\": 100,\n      \"max_price\": 200,\n      \"variants_count\": 3,\n      \"productImages\": [...],\n      \"tags\": [...],\n      \"categories\": [...]\n    }\n  ],\n  \"links\": {...},\n  \"meta\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Obtener un producto por ID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/products\/:product",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/products\/:product",
                            "variable": [
                                {
                                    "id": "product",
                                    "key": "product",
                                    "value": "5",
                                    "description": "ID del producto a consultar."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "ss-siteid",
                                "value": "string required El ID del sitio."
                            },
                            {
                                "key": "ss-host",
                                "value": "string required El host del sitio."
                            }
                        ],
                        "body": null,
                        "description": "Retorna la informaci\u00f3n detallada de un producto espec\u00edfico, incluyendo sus variantes, im\u00e1genes, categor\u00edas, y etiquetas."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n    \"id\": 5,\n    \"name\": \"Remera Azul\",\n    \"description\": \"Remera de algod\u00f3n color azul\",\n    \"min_price\": 100,\n    \"max_price\": 200,\n    \"variants_count\": 2,\n    \"variants\": [\n      {\n        \"id\": 10,\n        \"price\": 150,\n        \"sku\": \"REMERA-AZUL-S\",\n        \"product_description\": {\n          \"name\": \"Remera Azul S\",\n          \"description\": \"Remera talle S\"\n        }\n      }\n    ],\n    \"productImages\": [...],\n    \"tags\": [...],\n    \"categories\": [\n      {\n        \"id\": 2,\n        \"category_description\": {\n          \"name\": \"Ropa\"\n        }\n      }\n    ]\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n  \"error\": \"Product not found\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Crear nuevo producto.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/products",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/products"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "ss-siteid",
                                "value": "string required El ID del sitio."
                            },
                            {
                                "key": "ss-host",
                                "value": "string required El host del sitio."
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sku\":\"CAMISETA-AZUL-M\",\"quantity\":150,\"control_stock\":1,\"is_digital\":0,\"cost\":12.5,\"digital_product_url\":\"https:\\\/\\\/midominio.com\\\/downloads\\\/ebook123.pdf\",\"video\":\"catalog\\\/products\\\/camiseta_azul.mp4\",\"price\":39.99,\"weight\":1.25,\"weight_unit\":\"kg\",\"length\":30.5,\"width\":20,\"height\":10,\"length_unit\":\"cm\",\"sort_order\":5,\"is_active\":1,\"tags\":[14],\"descriptions\":[{\"lang_id\":\"1\",\"name\":\"Camiseta azul\",\"description\":\"Camiseta de algod\u00f3n color azul.\"},{\"lang_id\":\"2\",\"name\":\"Blue T-shirt\",\"description\":\"Cotton blue T-shirt.\"}],\"variants\":[{\"id\":\"28\",\"sku\":\"CAMISETA-AZUL-M\",\"quantity\":30,\"control_stock\":1,\"is_digital\":0,\"cost\":10.75,\"digital_product_url\":null,\"video\":\"catalog\\\/products\\\/camiseta_demo.mp4\",\"price\":29.99,\"weight\":0.25,\"weight_unit\":\"kg\",\"length\":25,\"width\":18,\"height\":2,\"length_unit\":\"cm\",\"sort_order\":2,\"is_active\":1,\"image\":{\"image\":\"pexels-photo-32457994.webp\",\"sort_order\":1}}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Actualizar un producto.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/products\/:product",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "Id del producto.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/products\/:product?id=1",
                            "variable": [
                                {
                                    "id": "product",
                                    "key": "product",
                                    "value": "7623",
                                    "description": "The product."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "ss-siteid",
                                "value": "string required El ID del sitio."
                            },
                            {
                                "key": "ss-host",
                                "value": "string required El host del sitio."
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sku\":\"CAMISETA-AZUL-M\",\"quantity\":150,\"control_stock\":1,\"is_digital\":0,\"cost\":12.5,\"digital_product_url\":\"https:\\\/\\\/midominio.com\\\/downloads\\\/ebook123.pdf\",\"video\":\"catalog\\\/products\\\/camiseta_azul.mp4\",\"price\":39.99,\"weight\":1.25,\"weight_unit\":\"kg\",\"length\":30.5,\"width\":20,\"height\":10,\"length_unit\":\"cm\",\"sort_order\":5,\"is_active\":1,\"tags\":[4],\"descriptions\":[{\"lang_id\":\"1\",\"name\":\"Camiseta azul\",\"description\":\"Camiseta de algod\u00f3n color azul.\"},{\"lang_id\":\"2\",\"name\":\"Blue T-shirt\",\"description\":\"Cotton blue T-shirt.\"}],\"variants\":[{\"id\":\"28\",\"sku\":\"CAMISETA-AZUL-M\",\"quantity\":30,\"control_stock\":1,\"is_digital\":0,\"cost\":10.75,\"digital_product_url\":null,\"video\":\"catalog\\\/products\\\/camiseta_demo.mp4\",\"price\":29.99,\"weight\":0.25,\"weight_unit\":\"kg\",\"length\":25,\"width\":18,\"height\":2,\"length_unit\":\"cm\",\"sort_order\":2,\"is_active\":1,\"image\":{\"image\":\"pexels-photo-32457994.webp\",\"sort_order\":1}}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Eliminar un producto.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/products\/:product",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "Id del producto.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/products\/:product?id=1",
                            "variable": [
                                {
                                    "id": "product",
                                    "key": "product",
                                    "value": "7",
                                    "description": "The product."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "ss-siteid",
                                "value": "string required El ID del sitio."
                            },
                            {
                                "key": "ss-host",
                                "value": "string required El host del sitio."
                            }
                        ],
                        "body": null,
                        "description": "."
                    },
                    "response": []
                },
                {
                    "name": "Listar todos los productos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/products",
                            "query": [
                                {
                                    "key": "filter%5Bshipping%5D",
                                    "value": "1",
                                    "description": "Filtro por si el producto requiere env\u00edo o no.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter%5Bis_active%5D",
                                    "value": "1",
                                    "description": "Filtro por si el producto est\u00e1 activo.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter%5Bdescription%5D",
                                    "value": "remera",
                                    "description": "Filtro por texto en la descripci\u00f3n del producto.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter%5Bcategory_description%5D",
                                    "value": "ropa",
                                    "description": "Filtro por texto en la descripci\u00f3n de la categor\u00eda.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort",
                                    "value": "-max_price",
                                    "description": "Ordenamiento por campo. Puede usarse con prefijo \"-\" para ordenar de forma descendente. Valores permitidos: min_price, max_price, created_at, description, -min_price, -max_price, -created_at, -description.",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "variants",
                                    "description": "Relaciones a incluir. Valores permitidos: variants.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/products?filter%5Bshipping%5D=1&filter%5Bis_active%5D=1&filter%5Bdescription%5D=remera&filter%5Bcategory_description%5D=ropa&sort=-max_price&include=variants"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "ss-siteid",
                                "value": "string required El ID del sitio."
                            },
                            {
                                "key": "ss-host",
                                "value": "string required El host del sitio."
                            }
                        ],
                        "body": null,
                        "description": "Retorna una lista paginada de productos con la posibilidad de aplicar filtros, ordenamientos e incluir relaciones."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"Remera Azul\",\n      \"min_price\": 100,\n      \"max_price\": 200,\n      \"variants_count\": 3,\n      \"productImages\": [...],\n      \"tags\": [...],\n      \"categories\": [...]\n    }\n  ],\n  \"links\": {...},\n  \"meta\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Obtener un producto por ID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/render\/v2\/products\/show",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/render\/v2\/products\/show",
                            "variable": [
                                {
                                    "id": "product",
                                    "key": "product",
                                    "value": "5",
                                    "description": "ID del producto a consultar."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "ss-siteid",
                                "value": "string required El ID del sitio."
                            },
                            {
                                "key": "ss-host",
                                "value": "string required El host del sitio."
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"product_slug\":\"ipsam\"}"
                        },
                        "description": "Retorna la informaci\u00f3n detallada de un producto espec\u00edfico, incluyendo sus variantes, im\u00e1genes, categor\u00edas, y etiquetas."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n    \"id\": 5,\n    \"name\": \"Remera Azul\",\n    \"description\": \"Remera de algod\u00f3n color azul\",\n    \"min_price\": 100,\n    \"max_price\": 200,\n    \"variants_count\": 2,\n    \"variants\": [\n      {\n        \"id\": 10,\n        \"price\": 150,\n        \"sku\": \"REMERA-AZUL-S\",\n        \"product_description\": {\n          \"name\": \"Remera Azul S\",\n          \"description\": \"Remera talle S\"\n        }\n      }\n    ],\n    \"productImages\": [...],\n    \"tags\": [...],\n    \"categories\": [\n      {\n        \"id\": 2,\n        \"category_description\": {\n          \"name\": \"Ropa\"\n        }\n      }\n    ]\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n  \"error\": \"Product not found\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Tags",
            "description": "",
            "item": [
                {
                    "name": "Muestra todos los tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/tags",
                            "query": [
                                {
                                    "key": "name",
                                    "value": "",
                                    "description": "Filtra por nombre del tag.",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "date_added",
                                    "description": "Parametros de ordenamiento.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/tags?name=&sort=date_added"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/tags",
                            "query": [
                                {
                                    "key": "text_color",
                                    "value": "%23FFFFFF",
                                    "description": "string Color de texto.",
                                    "disabled": false
                                },
                                {
                                    "key": "bg_color",
                                    "value": "%23fff6f0",
                                    "description": "string Color de texto.",
                                    "disabled": false
                                },
                                {
                                    "key": "status",
                                    "value": "1",
                                    "description": "Color de texto.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/tags?text_color=%23FFFFFF&bg_color=%23fff6f0&status=1"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sort_order\":1,\"text_color\":\"#000000\",\"bg_color\":\"#FFFFFF\",\"status\":false,\"tag_description\":[\"exercitationem\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/tags\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "Id del tag.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/tags\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "aut",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/tags\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "Id del tag.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_order",
                                    "value": "1",
                                    "description": "Orden de la etiqueta.",
                                    "disabled": false
                                },
                                {
                                    "key": "text_color",
                                    "value": "%23FFFFFF",
                                    "description": "Color de texto.",
                                    "disabled": false
                                },
                                {
                                    "key": "bg_color",
                                    "value": "%23fff6f0",
                                    "description": "Color de texto.",
                                    "disabled": false
                                },
                                {
                                    "key": "status",
                                    "value": "1",
                                    "description": "Color de texto.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/tags\/:id?id=1&sort_order=1&text_color=%23FFFFFF&bg_color=%23fff6f0&status=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "doloremque",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sort_order\":1,\"text_color\":\"#000000\",\"bg_color\":\"#FFFFFF\",\"status\":false,\"tag_description\":[\"unde\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/tags\/:id",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "Id del tag.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/tags\/:id?id=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rem",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Order Tags.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/tags\/:id\/order",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/tags\/:id\/order",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sint",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/vnd.api+json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/vnd.api+json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sort_order\":1,\"order\":13}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "token",
                "type": "string"
            }
        ]
    }
}