{
  "info": {
    "_postman_id": "734031c3-3b9b-4c58-8612-191721de4338",
    "name": "WoowUp API para compartir",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "41759534"
  },
  "item": [
    {
      "name": "Purchases",
      "item": [
        {
          "name": "Crear una compra",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n  \"document\": \"10526863\",\r\n  \"telephone\": \"0221155547241\",\r\n  \"invoice_number\": \"1272893728090-01\",\r\n  \"channel\": \"web\",\r\n  \"purchase_detail\": [\r\n    {\r\n      \"sku\": \"10000270\",\r\n      \"product_name\": \"Combo rutina diaria antiarrugas\",\r\n      \"base_name\": \"Combo rutina diaria antiarrugas\",\r\n      \"quantity\": 1,\r\n      \"unit_price\": 2659500,\r\n      \"url\": \"/combo-rutina-diaria-antiarrugas-10000270/p\",\r\n      \"image_url\": \"http://farmaonline.vteximg.com.br/arquivos/ids/364365-100-100/10000270_0.jpg?v=637931412297030000\",\r\n      \"thumbnail_url\": \"http://farmaonline.vteximg.com.br/arquivos/ids/364365-100-100/10000270_0.jpg?v=637931412297030000\"\r\n    }\r\n  ],\r\n  \"prices\": {\r\n        \"total\": 2127600,\r\n        \"gross\": 2659500,\r\n        \"discount\": 531900,\r\n        \"shipping\": 0,\r\n        \"tax\": 0,\r\n        \"cost\": 0\r\n  },\r\n  \"payment\":{\r\n    \"type\":\"credit\",\r\n    \"brand\":\"Visa\",\r\n    \"bank\": \"\",\r\n    \"total\": 2127600,\r\n    \"installments\": 6,\r\n    \"card_first_digits\": \"454075\"\r\n  },\r\n  \"branch_name\": \"VTEX\",\r\n  \"createtime\": \"2022-10-31 17:11:15\",\r\n  \"approvedtime\": \"2022-10-31 17:11:15\",\r\n  \"custom_attributes\": {\r\n        \"promocion\": \"Promo-Envio-Gratis-$7000\",\r\n        \"tienda_retiro\": \"Envío a Domicilio Treggo\"\r\n   }\r\n}"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/purchases",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "purchases"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Crear múltiples compras",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "[{\r\n  \"service_uid\": \"cliente1@email.com\",\r\n  \"points\": 24,\r\n  \"invoice_number\": \"FAC-000085648\",\r\n  \"channel\": \"web\",\r\n  \"purchase_detail\": [\r\n    {\r\n      \"sku\": \"2907362\",\r\n      \"product_name\": \"Heladera Patrick\",\r\n      \"category\": [\r\n        { \"id\": \"a\", \"name\": \"Electrodomésticos\"},\r\n        { \"id\": \"a-b\", \"name\": \"Linea blanca\"},\r\n        { \"id\": \"a-b-c\", \"name\": \"Heladeras\"}\r\n      ],\r\n      \"quantity\": 1,\r\n      \"unit_price\": 1999.00,\r\n      \"variations\": [\r\n        {\r\n          \"name\": \"Volumen\",\r\n          \"value\": \"100 lts\"\r\n        }\r\n      ],\r\n      \"brand\": \"Patrick\",\r\n      \"description\": \"Su capacidad total de almacenamiento es de 280 litros. El espacio para refrigerador cuenta con 204 litros para ordenar alimentos y bebidas y el freezer tiene un total de 76 litros para congelados.\",\r\n      \"url\": \"http://www.example.com/example\",\r\n      \"image_url\": \"http://www.example.com/example\",\r\n      \"thumbnail_url\": \"http://www.example.com/example\",\r\n      \"stock\": 10,\r\n      \"available\": true,\r\n      \"specifications\": [\r\n        {\"name\": \"Garantia del Fabricante\", \"value\": \"12 meses\"},\r\n        {\"name\": \"Alto\", \"value\": \"143.3 cm\"},\r\n        {\"name\": \"Ancho\", \"value\": \"60.9 cm\"}\r\n      ]\r\n    }\r\n  ],\r\n  \"prices\": {\r\n    \"cost\": 800.00,\r\n    \"shipping\": 120.00,\r\n    \"gross\": 1800.00,\r\n    \"tax\": 199.00,\r\n    \"discount\": 100.00,\r\n    \"total\": 1899.00\r\n  },\r\n  \"payment\":{\r\n    \"type\":\"debit\",\r\n    \"brand\":\"Amex\",\r\n    \"bank\": \"Example Bank\"\r\n  },\r\n  \"branch_name\": \"Palermo I\",\r\n  \"createtime\": \"2017-03-23 14:35:22\"\r\n},\r\n{\r\n  \"service_uid\": \"cliente2@email.com\",\r\n  \"points\": 24,\r\n  \"invoice_number\": \"FAC-000085644\",\r\n  \"purchase_detail\": [\r\n    {\r\n      \"sku\": \"2907362\",\r\n      \"product_name\": \"TV Samsung\",\r\n      \"category\": [\r\n        { \"id\": \"x\", \"name\": \"Electrodomésticos\"},\r\n        { \"id\": \"x-y\", \"name\": \"Hogar\"},\r\n        { \"id\": \"x-y-z\", \"name\": \"TV\"}\r\n      ],\r\n      \"quantity\": 1,\r\n      \"unit_price\": 3500.00,\r\n      \"variations\": [\r\n        {\r\n          \"name\": \"Tamaño\",\r\n          \"value\": \"42 pulgadas\"\r\n        }\r\n      ],\r\n      \"brand\": \"Samsung\",\r\n      \"description\": \"Pasá videos, música y fotos desde tu móvil o PC a tu TV mediante una conexión sencilla gracias a la aplicación Samsung View.\",\r\n      \"url\": \"http://www.example.com/example\",\r\n      \"image_url\": \"http://www.example.com/example\",\r\n      \"thumbnail_url\": \"http://www.example.com/example\",\r\n      \"stock\": 20,\r\n      \"available\": true,\r\n      \"specifications\": [\r\n        {\"name\": \"Profundidad (con base)\", \"value\": \"29.4 cm\"},\r\n        {\"name\": \"Alto\", \"value\": \"71 cm\"},\r\n        {\"name\": \"Ancho\", \"value\": \"110 cm\"}\r\n      ]\r\n    }\r\n  ],\r\n  \"prices\": {\r\n    \"cost\": 800.00,\r\n    \"shipping\": 120.00,\r\n    \"gross\": 3300.00,\r\n    \"tax\": 200.00,\r\n    \"discount\": 100.00,\r\n    \"total\": 3400.00\r\n  },\r\n  \"payment\":{\r\n    \"type\":\"credit\",\r\n    \"brand\":\"Visa\",\r\n    \"bank\": \"Another Bank\"\r\n  },\r\n  \"branch_name\": \"Palermo I\",\r\n  \"seller\":{\r\n    \"name\": \"Seller Relles\",\r\n    \"email\": \"seller@email.com\",\r\n    \"external_id\": \"0001\"\r\n  },\r\n  \"createtime\": \"2017-03-23 14:35:22\"\r\n}]"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/purchases/bulk",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "purchases",
                "bulk"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Actualizar una compra",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n            \"service_uid\": \"\",\r\n            \"document\": \"38187349\",\r\n            \"email\": \"juanr@woowup.com\",\r\n            \"telephone\": \"5420210026\",\r\n            \"invoice_number\": \"W2220230103\",\r\n            \"branch_name\":\"004\",\r\n            \"purchase_detail\": [\r\n                {\r\n                \"sku\": \"2907362\",\r\n                \"product_name\": \"Heladera Patrick\",\r\n                \"base_name\": \"Heladera Patrick\",\r\n                \"quantity\": 1,\r\n                \"unit_price\": 1999.00\r\n                }\r\n                \r\n  ],\r\n  \"prices\": {\r\n                \"total\": 99.17,\r\n                \"gross\": 99.17,\r\n                \"discount\": 0,\r\n                \"shipping\": 0,\r\n                \"tax\": 0,\r\n                \"cost\": 0\r\n            }\r\n\r\n}\r\n"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/purchases",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "purchases"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Listar una compra",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api.woowup.com/apiv3/purchases/?invoice_number={{invoice_number}}",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "purchases",
                ""
              ],
              "query": [
                {
                  "key": "service_uid",
                  "value": "PAL2354",
                  "disabled": true
                },
                {
                  "key": "invoice_number",
                  "value": "{{invoice_number}}"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "Borrar una compra",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Content-type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n\t\"invoice_number\": \"B-420100048260\"\n}"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/purchases",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "purchases"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Borrar compras (bulk)",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}",
                "type": "text"
              },
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n//\t\"from\": \"2015-01-01T16:33:54-03:00\",\n//\t\"to\": \"2019-09-01T16:33:54-03:00\",\n\t\"notify_to\": \"julian@woowup.com\"\n}"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/purchases/bulk",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "purchases",
                "bulk"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Users",
      "item": [
        {
          "name": "Multi-id",
          "item": [
            {
              "name": "(Multi-id) Ver si un usuario existe",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Basic {{api_key}}"
                  }
                ],
                "url": {
                  "raw": "https://api.woowup.com/apiv3/multiusers/exist?document=1049622237&email=ml.castiblancob@gmail.com",
                  "protocol": "https",
                  "host": [
                    "api",
                    "woowup",
                    "com"
                  ],
                  "path": [
                    "apiv3",
                    "multiusers",
                    "exist"
                  ],
                  "query": [
                    {
                      "key": "document",
                      "value": "1049622237"
                    },
                    {
                      "key": "email",
                      "value": "ml.castiblancob@gmail.com"
                    },
                    {
                      "key": "service_uid",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "telephone",
                      "value": "5535137780",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "(Multi-id) Buscar un usuario",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Basic {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://api.woowup.com/apiv3/multiusers/find?document=20983522&email=carolina@email.com&telephone=4545454",
                  "protocol": "https",
                  "host": [
                    "api",
                    "woowup",
                    "com"
                  ],
                  "path": [
                    "apiv3",
                    "multiusers",
                    "find"
                  ],
                  "query": [
                    {
                      "key": "document",
                      "value": "20983522"
                    },
                    {
                      "key": "email",
                      "value": "carolina@email.com",
                      "type": "text"
                    },
                    {
                      "key": "telephone",
                      "value": "4545454",
                      "type": "text"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "(Multi-id) Actualizar un usuario",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Basic {{api_key}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"email\": \"francisco@wooowup.com\",\n    \"first_name\": \"Francisco\",\n    \"last_name\": \"Hernandez\",\n    \"gender\": \"M\"\n}"
                },
                "url": {
                  "raw": "https://api.woowup.com/apiv3/multiusers",
                  "protocol": "https",
                  "host": [
                    "api",
                    "woowup",
                    "com"
                  ],
                  "path": [
                    "apiv3",
                    "multiusers"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Crear un nuevo usuario",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"document\": \"27061398371\",\n    \"first_name\": \"Busso\",\n    \"last_name\": \"Delia Maria\",\n    \"gender\": \"M\"\n}"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/users/",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "users",
                ""
              ]
            }
          },
          "response": []
        },
        {
          "name": "Listar usuarios",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "url": {
              "raw": "https://api.woowup.com/apiv3/users?limit=100&page=1",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "users"
              ],
              "query": [
                {
                  "key": "limit",
                  "value": "100",
                  "description": "Items per page returned. Default 25, max 100"
                },
                {
                  "key": "page",
                  "value": "1"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "Eliminar usuarios (bulk)",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"segment_id\": 4321,\r\n    \"notify_to\": \"test@email.com\"\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/multiusers/bulk",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "multiusers",
                "bulk"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Eliminar un usuario",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"document\": \"12345678\",\r\n    \"email\": \"cliente@ejemplo.com\"\r\n    \r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/multiusers",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "multiusers"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Products",
      "item": [
        {
          "name": "Crear un producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"sku\": \"6786896868\",\r\n    \"brand\": \"BGH Positive\",\r\n    \"name\": \"Notebook\",\r\n    \"description\": \"Notebook BGH 14\\\"\",\r\n    \"url\": \"http://www.example.com/notebook-bgh-6786896868\",\r\n    \"image_url\": \"http://www.example.com/notebook-bgh-6786896868.png\",\r\n    \"thumbnail_url\": \"http://www.example.com/thumbnail_notebook-bgh-6786896868.png\",\r\n    \"price\": 12200,\r\n    \"stock\": 20,\r\n    \"available\": true,\r\n    \"category\": [\r\n        {\r\n            \"id\": \"a\",\r\n            \"name\": \"Todos los productos\",\r\n            \"url\": \"http://www.example.com/categorias/a\",\r\n            \"image_url\": \"http://www.example.com/categorias/a.jpg\"\r\n        },\r\n        {\r\n            \"id\": \"a-b\",\r\n            \"name\": \"Hogar\",\r\n            \"url\": \"http://www.example.com/categorias/a/b\",\r\n            \"image_url\": \"http://www.example.com/categorias/b.png\"\r\n        },\r\n        {\r\n            \"id\": \"a-b-c\",\r\n            \"name\": \"Notebook\",\r\n            \"url\": \"http://www.example.com/categorias/a/b/c\",\r\n            \"image_url\": \"http://www.example.com/categorias/c.jpg\"\r\n        }\r\n    ],\r\n    \"specifications\": [\r\n        {\"name\": \"Disco rígido\", \"value\": \"1TB\"}\r\n    ],\r\n    \"metadata\": {\r\n        \"internal_id\": 123456789,\r\n        \"uploaded_by\": {\r\n            \"id\": 1,\r\n            \"name\": \"john doe\",\r\n            \"email\": \"dataentry@myecommerce.com\"\r\n        }\r\n    }\r\n}"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/products",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "products"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Crear múltiples productos",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "[{\r\n    \"sku\": \"6786896870\",\r\n    \"brand\": \"BGH Positive\",\r\n    \"name\": \"Notebook\",\r\n    \"description\": \"Notebook BGH 14\\\"\",\r\n    \"url\": \"http://www.example.com/notebook-bgh-6786896868\",\r\n    \"image_url\": \"http://www.example.com/notebook-bgh-6786896868.png\",\r\n    \"thumbnail_url\": \"http://www.example.com/thumbnail_notebook-bgh-6786896868.png\",\r\n    \"price\": 12200,\r\n    \"stock\": 20,\r\n    \"available\": true,\r\n    \"category\": [\r\n        {\r\n            \"id\": \"a\",\r\n            \"name\": \"Todos los productos\",\r\n            \"url\": \"http://www.example.com/categorias/a\",\r\n            \"image_url\": \"http://www.example.com/categorias/a.jpg\"\r\n        },\r\n        {\r\n            \"id\": \"a-b\",\r\n            \"name\": \"Hogar\",\r\n            \"url\": \"http://www.example.com/categorias/a/b\",\r\n            \"image_url\": \"http://www.example.com/categorias/b.png\"\r\n        },\r\n        {\r\n            \"id\": \"a-b-c\",\r\n            \"name\": \"Notebook\",\r\n            \"url\": \"http://www.example.com/categorias/a/b/c\",\r\n            \"image_url\": \"http://www.example.com/categorias/c.jpg\"\r\n        }\r\n    ],\r\n    \"specifications\": [\r\n        {\"name\": \"Disco rígido\", \"value\": \"1TB\"}\r\n    ],\r\n    \"metadata\": {\r\n        \"internal_id\": 123456789,\r\n        \"uploaded_by\": {\r\n            \"id\": 1,\r\n            \"name\": \"john doe\",\r\n            \"email\": \"dataentry@myecommerce.com\"\r\n        }\r\n    }\r\n}, {\r\n    \"sku\": \"44558987\",\r\n    \"brand\": \"Asus\",\r\n    \"name\": \"Notebook\",\r\n    \"description\": \"Notebook ASUS 15\\\"\",\r\n    \"url\": \"http://www.example.com/notebook-asus-44558987\",\r\n    \"image_url\": \"http://www.example.com/notebook-asus-44558987.png\",\r\n    \"thumbnail_url\": \"http://www.example.com/thumbnail_notebook-asus-44558987.png\",\r\n    \"price\": 14000,\r\n    \"stock\": 15,\r\n    \"available\": true,\r\n    \"category\": [\r\n        {\r\n            \"id\": \"a\",\r\n            \"name\": \"Todos los productos\",\r\n            \"url\": \"http://www.example.com/categorias/a\",\r\n            \"image_url\": \"http://www.example.com/categorias/a.jpg\"\r\n        },\r\n        {\r\n            \"id\": \"a-b\",\r\n            \"name\": \"Hogar\",\r\n            \"url\": \"http://www.example.com/categorias/a/b\",\r\n            \"image_url\": \"http://www.example.com/categorias/b.png\"\r\n        },\r\n        {\r\n            \"id\": \"a-b-c\",\r\n            \"name\": \"Notebook\",\r\n            \"url\": \"http://www.example.com/categorias/a/b/c\",\r\n            \"image_url\": \"http://www.example.com/categorias/c.jpg\"\r\n        }\r\n    ],\r\n    \"specifications\": [\r\n        {\"name\": \"Disco rígido\", \"value\": \"720GB\"}\r\n    ]\r\n}]"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/products/bulk",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "products",
                "bulk"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Actualizar un producto",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"sku\": \"prueba\",\n    \"stock\":0,\n    \"available\": false\n}"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/products/{{encoded_sku}}",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "products",
                "{{encoded_sku}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get Products Single",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "url": {
              "raw": "https://api.woowup.com/apiv3/products/cHJ1ZWJh",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "products",
                "cHJ1ZWJh"
              ],
              "query": [
                {
                  "key": "category_code",
                  "value": "1740-1753-1755",
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "Categorias",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "url": {
              "raw": "https://api.woowup.com/apiv3/categories",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "categories"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Products",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "url": {
              "raw": "https://api.woowup.com/apiv3/products",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "products"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Borrar categorias",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              },
              {
                "key": "",
                "value": "",
                "type": "text",
                "disabled": true
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"code\": \"a-b\"\n}"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/categories",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "categories"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Branches",
      "item": [
        {
          "name": "Listar sucursales",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "url": {
              "raw": "https://api.woowup.com/apiv3/branches/?limit=50",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "branches",
                ""
              ],
              "query": [
                {
                  "key": "page",
                  "value": "",
                  "description": "Number of the page returned. Default: 0",
                  "disabled": true
                },
                {
                  "key": "limit",
                  "value": "50",
                  "description": "Items per page returned. Default: 10, Max: 100"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "Obtener una sucursal específica",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "url": {
              "raw": "https://api.woowup.com/apiv3/branches/{{branch_id}}",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "branches",
                "{{branch_id}}"
              ],
              "query": [
                {
                  "key": "page",
                  "value": "",
                  "description": "Number of the page returned. Default: 0",
                  "disabled": true
                },
                {
                  "key": "limit",
                  "value": "",
                  "description": "Items per page returned. Default: 10, Max: 100",
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "Actualizar una sucursal",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic {{api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"name\": \"0007\",\r\n    \"display_name\": \"Esp750 Viva Medellin\"\r\n    \r\n}"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/branches/{{branch_id}}",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "branches",
                "{{branch_id}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Crear una sucursal",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic  {{api_key}}"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{ \"name\": \"A101\", \n\"display_name\": \"Sucursal Palermo\",\n\"branch_zone\": {\t\n    \"id\": \"005106\",\t\n    \"name\": \"Centro\"}\n}"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/branches/",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "branches",
                ""
              ]
            }
          },
          "response": []
        },
        {
          "name": "Eliminar una sucursal",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Basic  {{api_key}}"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{ \"name\": \"A101\", \n\"display_name\": \"Sucursal Palermo\",\n\"branch_zone\": {\t\n    \"id\": \"005106\",\t\n    \"name\": \"Centro\"}\n}"
            },
            "url": {
              "raw": "https://api.woowup.com/apiv3/branches/",
              "protocol": "https",
              "host": [
                "api",
                "woowup",
                "com"
              ],
              "path": [
                "apiv3",
                "branches",
                ""
              ]
            }
          },
          "response": []
        }
      ]
    }
  ]
}