{
	"info": {
		"_postman_id": "90e86636-c6f2-40d1-acda-d95efaee91bc",
		"name": "SPIRITSHOP - API REST",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "1972117"
	},
	"item": [
		{
			"name": "Produto",
			"item": [
				{
					"name": "productStock",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"model\": \"MODELO 01\",\n  \"sku\": \"SKU 124\",\n  \"subtract\": 1,\n  \"quantity\": 10,\n  \"price\": 100,\n  \"status\": 1,\n  \"minimum\": 1,\n  \"weight\": 10,\n  \"length\": 0,\n  \"width\": 0,\n  \"height\": 0,\n  \"sort_order\": 0,\n  \"product_description\": [\n    {\n      \"name\": \"PRODUTO NOME TESTE\",\n      \"description\": \"PRODUTO DESCRICAO TESTE\",\n      \"meta_keyword\": \"\",\n      \"language_id\": 0\n    }\n  ],\n  \"options\": [],\n  \"attributes\": [],\n  \"categorys\": [],\n  \"image_upload\": [],\n  \"product_discount\": [],\n  \"product_special\": []\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/productStock",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"productStock"
							]
						}
					},
					"response": []
				},
				{
					"name": "products",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/products",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"products"
							]
						}
					},
					"response": []
				},
				{
					"name": "options",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/options",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"options"
							]
						}
					},
					"response": []
				},
				{
					"name": "attributes",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/attributes",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"attributes"
							]
						}
					},
					"response": []
				},
				{
					"name": "categorys",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/categorys",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"categorys"
							]
						}
					},
					"response": []
				},
				{
					"name": "optionInsert",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"type\": \"text\",\n  \"sort_order\": 0,\n  \"option_description\": [\n    {\n      \"name\": \"NOME\",\n      \"language_id\": 2\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/optionInsert",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"optionInsert"
							]
						}
					},
					"response": []
				},
				{
					"name": "optionValueInsert",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"option_id\": 71,\n  \"sort_order\": 0,\n  \"option_value_description\": [\n    {\n      \"name\": \"VALOR DA OPCAO\",\n      \"language_id\": 2\n    }\n  ]"
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/optionValueInsert",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"optionValueInsert"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Pedidos",
			"item": [
				{
					"name": "paymentCod",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/paymentCode",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"paymentCode"
							]
						}
					},
					"response": []
				},
				{
					"name": "orderStatus",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/orderStatus",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"orderStatus"
							]
						}
					},
					"response": []
				},
				{
					"name": "setOrderIntegrated",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/setOrderIntegrated?order_id",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"setOrderIntegrated"
							],
							"query": [
								{
									"key": "order_id",
									"value": null
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "orders",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/orders",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"orders"
							]
						}
					},
					"response": []
				},
				{
					"name": "orderUpdate",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"order_id\": 0,\n  \"order_status_id\": 0,\n  \"comment\": \"string\",\n  \"rastreio\": \"string\",\n  \"notify\": true,\n  \"discount\": 0,\n  \"addval\": 0\n}"
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/orderUpdate",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"orderUpdate"
							]
						}
					},
					"response": []
				},
				{
					"name": "orderInsert",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"customer_id\": 0,\n  \"customer_group_id\": 0,\n  \"store_id\": 0,\n  \"cpf\": \"string\",\n  \"rg\": \"string\",\n  \"cnpj\": \"string\",\n  \"firstname\": \"string\",\n  \"lastname\": \"string\",\n  \"data_nascimento\": \"string\",\n  \"password\": \"string\",\n  \"email\": \"string\",\n  \"telephone\": \"string\",\n  \"fax\": \"string\",\n  \"shipping_code\": \"string\",\n  \"shipping_method\": \"string\",\n  \"shipping_firstname\": \"string\",\n  \"shipping_lastname\": \"string\",\n  \"shipping_address_1\": \"string\",\n  \"shipping_address_2\": \"string\",\n  \"shipping_address_3\": \"string\",\n  \"shipping_address_4\": \"string\",\n  \"shipping_city\": \"string\",\n  \"shipping_postcode\": \"string\",\n  \"shipping_zone\": \"string\",\n  \"payment_firstname\": \"string\",\n  \"payment_lastname\": \"string\",\n  \"payment_address_1\": \"string\",\n  \"payment_address_2\": \"string\",\n  \"payment_address_3\": \"string\",\n  \"payment_address_4\": \"string\",\n  \"payment_city\": \"string\",\n  \"payment_postcode\": \"string\",\n  \"payment_zone\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_code\": \"string\",\n  \"parcelas\": 0,\n  \"bandeira\": \"string\",\n  \"comment\": \"string\",\n  \"commission\": 0,\n  \"total\": 0,\n  \"reward\": 0,\n  \"order_status_id\": 0,\n  \"date_added\": \"string\",\n  \"currency_id\": 0,\n  \"currency_code\": \"string\",\n  \"currency_value\": 0,\n  \"order_history\": [\n    {\n      \"order_status_id\": 0,\n      \"status\": \"string\",\n      \"comment\": \"string\",\n      \"date_added\": \"string\",\n      \"type_msg\": 0,\n      \"username\": \"string\"\n    }\n  ],\n  \"products\": [\n    {\n      \"product_id\": 0,\n      \"name\": \"string\",\n      \"model\": \"string\",\n      \"price\": 0,\n      \"quantity\": 0,\n      \"total\": 0,\n      \"tax\": 0,\n      \"subtract\": 0,\n      \"order_option\": [\n        {\n          \"product_option_id\": 0,\n          \"product_option_value_id\": 0,\n          \"name\": \"string\",\n          \"value\": 0,\n          \"type\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"order_total\": [\n    {\n      \"code\": \"shipping\",\n      \"title\": \"Frete\",\n      \"text\": \"string\",\n      \"value\": 0,\n      \"sort_order\": 0\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/orderInsert",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"orderInsert"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Taxas e Impostos",
			"item": [
				{
					"name": "geoZone",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/geoZone",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"geoZone"
							]
						}
					},
					"response": []
				},
				{
					"name": "taxClass",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/taxClass",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"taxClass"
							]
						}
					},
					"response": []
				},
				{
					"name": "taxRate",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/taxRate",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"taxRate"
							]
						}
					},
					"response": []
				},
				{
					"name": "taxRule",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/taxRule",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"taxRule"
							]
						}
					},
					"response": []
				},
				{
					"name": "taxClassForm",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"tax_class_id\": 0,\n  \"title\": \"string\",\n  \"description\": \"string\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/taxClassForm",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"taxClassForm"
							]
						}
					},
					"response": []
				},
				{
					"name": "taxRateForm",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"tax_rate_id\": 0,\n  \"name\": \"string\",\n  \"geo_zone_id\": 0,\n  \"rate\": 0,\n  \"type\": \"string\",\n  \"customer_group\": [\n    {\n      \"customer_group_id\": 0\n    }\n  ],\n  \"tax_rules\": [\n    {\n      \"tax_class_id\": 0,\n      \"priority\": 0,\n      \"based\": \"string\"\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/taxClassForm",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"taxClassForm"
							]
						}
					},
					"response": []
				},
				{
					"name": "New Request",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"tax_rule_id\": 0,\n  \"tax_class_id\": 0,\n  \"tax_rate_id\": 0,\n  \"priority\": 0,\n  \"based\": \"string\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/taxRuleForm",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"taxRuleForm"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Fabricantes",
			"item": [
				{
					"name": "manufacturers",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/manufacturers",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"manufacturers"
							]
						}
					},
					"response": []
				},
				{
					"name": "manufacturerInsert",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"manufacturer_id\": 0,\n  \"name\": \"string\",\n  \"sort_order\": 0,\n  \"manufacturer_store\": [\n    {\n      \"store_id\": 0\n    }\n  ],\n  \"manufacturer_description\": [\n    {\n      \"description\": \"string\",\n      \"language_id\": 0\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/manufacturerInsert",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"manufacturerInsert"
							]
						}
					},
					"response": []
				},
				{
					"name": "manufacturerUpdate",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"manufacturer_id\": 0,\n  \"name\": \"string\",\n  \"sort_order\": 0,\n  \"manufacturer_store\": [\n    {\n      \"store_id\": 0\n    }\n  ],\n  \"manufacturer_description\": [\n    {\n      \"description\": \"string\",\n      \"language_id\": 0\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/manufacturerUpdate",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"manufacturerUpdate"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Cliente",
			"item": [
				{
					"name": "getCustomerGroup",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/getCustomerGroup",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"getCustomerGroup"
							]
						}
					},
					"response": []
				},
				{
					"name": "getCustomers",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/getCustomers",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"getCustomers"
							]
						}
					},
					"response": []
				},
				{
					"name": "customerUpdateStatus",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{SECRETKEY}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "key",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"approved\": 0,\n  \"status\": 0,\n  \"customer_group_id\": 0,\n  \"email\": \"string\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{SERVIDOR}}/api/rest/customerUpdateStatus",
							"host": [
								"{{SERVIDOR}}"
							],
							"path": [
								"api",
								"rest",
								"customerUpdateStatus"
							]
						}
					},
					"response": []
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "SECRETKEY",
			"value": ""
		},
		{
			"key": "SERVIDOR",
			"value": "",
			"type": "string"
		}
	]
}