{
	"info": {
		"_postman_id": "e561dac9-cb13-4e11-82de-5502e8b0ac6c",
		"name": "ShipBlu API",
		"description": "This Docs are for ShipBlu API Developers/Consumers\n\nContact Support:\n Email: tech@shipblu.com",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "21135343"
	},
	"item": [
		{
			"name": "Geography",
			"item": [
				{
					"name": "Governorates",
					"item": [
						{
							"name": "governorates list",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/governorates/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"governorates",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/governorates/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"governorates",
												""
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "[\n  {\n    \"name\": \"dolore Lo\",\n    \"id\": -11316758,\n    \"deleted\": \"1991-06-25T04:55:16.742Z\",\n    \"code\": \"al\"\n  },\n  {\n    \"name\": \"do Duis anim\",\n    \"id\": 13352219,\n    \"deleted\": \"1949-05-29T19:36:43.555Z\",\n    \"code\": \"mollit\"\n  }\n]"
								}
							]
						},
						{
							"name": "governorates read",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/governorates/1/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"governorates",
										"1",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/governorates/:id/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"governorates",
												":id",
												""
											],
											"variable": [
												{
													"key": "id",
													"value": "9677393",
													"description": "(Required) A unique integer value identifying this governorate."
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"name\": \"esse Lorem sed in\",\n  \"id\": -53886667,\n  \"deleted\": \"2016-09-29T16:15:54.144Z\",\n  \"code\": \"eiusm\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "Cities",
					"item": [
						{
							"name": "cities list",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/governorates/1/cities/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"governorates",
										"1",
										"cities",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/governorates/:governorate_id/cities/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"governorates",
												":governorate_id",
												"cities",
												""
											],
											"variable": [
												{
													"key": "governorate_id",
													"value": "quis",
													"description": "(Required) "
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "[\n  {\n    \"name\": \"proident \",\n    \"governorate\": {\n      \"name\": \"minim enim tempor aliqua\",\n      \"id\": -79113245,\n      \"deleted\": \"1985-10-24T23:04:39.626Z\",\n      \"code\": \"quis ame\"\n    },\n    \"id\": 4279584\n  },\n  {\n    \"name\": \"proident eu\",\n    \"governorate\": {\n      \"name\": \"dolore in\",\n      \"id\": 97045208,\n      \"deleted\": \"1946-06-27T03:33:41.633Z\",\n      \"code\": \"in fugiat\"\n    },\n    \"id\": -4398891\n  }\n]"
								}
							]
						},
						{
							"name": "cities read",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/cities/1/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"cities",
										"1",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/cities/:id/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"cities",
												":id",
												""
											],
											"variable": [
												{
													"key": "id",
													"value": "9677393",
													"description": "(Required) A unique integer value identifying this city."
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"name\": \"culpa elit pari\",\n  \"governorate\": {\n    \"name\": \"nostrud ut\",\n    \"id\": 64286426,\n    \"deleted\": \"1968-01-08T06:20:31.100Z\",\n    \"code\": \"Ut\"\n  },\n  \"id\": 12629840\n}"
								}
							]
						}
					]
				},
				{
					"name": "Zones",
					"item": [
						{
							"name": "zones list",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/cities/1/zones/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"cities",
										"1",
										"zones",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/cities/:city_id/zones/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"cities",
												":city_id",
												"zones",
												""
											],
											"variable": [
												{
													"key": "city_id",
													"value": "quis",
													"description": "(Required) "
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						}
					]
				}
			]
		},
		{
			"name": "Orders",
			"item": [
				{
					"name": "delivery-orders",
					"item": [
						{
							"name": "{id}",
							"item": [
								{
									"name": "delivery-orders read",
									"request": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/delivery-orders/14710/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"delivery-orders",
												"14710",
												""
											]
										}
									},
									"response": [
										{
											"name": "Untitled Example",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: apikey",
														"key": "Authorization",
														"value": "<API Key>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/delivery-orders/:id/",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"delivery-orders",
														":id",
														""
													],
													"variable": [
														{
															"key": "id",
															"value": "quis",
															"description": "(Required) "
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"tracking_number\": \"in\",\n  \"merchant_order_reference\": \"non in minim\",\n  \"order_notes\": \"enim incididunt Lorem laborum\",\n  \"number_of_packages\": 89059241,\n  \"is_customer_allowed_to_open_packages\": true,\n  \"cash_amount\": 19082358.441273823,\n  \"discount_code\": \"amet\",\n  \"declared_value\": 10754612.022989064,\n  \"preferred_date\": \"1998-09-11\",\n  \"pickup_date\": \"1972-09-06T14:59:24.530Z\",\n  \"estimated_date\": \"1955-11-26\",\n  \"status\": \"nisi labore sint dolor dolore\",\n  \"delivery_attempts\": 31449871,\n  \"delivered_date\": \"1999-08-24T16:11:25.929Z\"\n}"
										}
									]
								},
								{
									"name": "delivery-orders shipping-label list",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/delivery-orders/14710/shipping-label/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"delivery-orders",
												"14710",
												"shipping-label",
												""
											]
										}
									},
									"response": [
										{
											"name": "Untitled Example",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: apikey",
														"key": "Authorization",
														"value": "<API Key>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/delivery-orders/:id/shipping-label/",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"delivery-orders",
														":id",
														"shipping-label",
														""
													],
													"variable": [
														{
															"key": "id",
															"value": "quis",
															"description": "(Required) "
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								}
							]
						},
						{
							"name": "delivery-orders list",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/delivery-orders/?tracking_number=311594164636",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"delivery-orders",
										""
									],
									"query": [
										{
											"key": "tracking_number",
											"value": "311594164636"
										}
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/delivery-orders/?created=quis&merchant=quis&inbound_warehouse=-46920523.23039926&rto_requested=quis&outbound_warehouse=-46920523.23039926&status=quis&current_warehouse=quis&merchant_zone_group=quis&pickup_point_zone_group=quis&is_magic=quis&status_except=quis&pickup_date=quis&delivered_date=quis&customer_phone=quis&search=quis&limit=9677393&offset=9677393",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"delivery-orders",
												""
											],
											"query": [
												{
													"key": "created",
													"value": "quis"
												},
												{
													"key": "merchant",
													"value": "quis"
												},
												{
													"key": "inbound_warehouse",
													"value": "-46920523.23039926"
												},
												{
													"key": "rto_requested",
													"value": "quis"
												},
												{
													"key": "outbound_warehouse",
													"value": "-46920523.23039926"
												},
												{
													"key": "status",
													"value": "quis"
												},
												{
													"key": "current_warehouse",
													"value": "quis"
												},
												{
													"key": "merchant_zone_group",
													"value": "quis"
												},
												{
													"key": "pickup_point_zone_group",
													"value": "quis"
												},
												{
													"key": "is_magic",
													"value": "quis"
												},
												{
													"key": "status_except",
													"value": "quis"
												},
												{
													"key": "pickup_date",
													"value": "quis"
												},
												{
													"key": "delivered_date",
													"value": "quis"
												},
												{
													"key": "customer_phone",
													"value": "quis"
												},
												{
													"key": "search",
													"value": "quis"
												},
												{
													"key": "limit",
													"value": "9677393"
												},
												{
													"key": "offset",
													"value": "9677393"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"count\": -15937190,\n  \"results\": [\n    {\n      \"tracking_number\": \"sint dolore adipisicing reprehenderit\",\n      \"merchant_order_reference\": \"pariatur consequat incididunt\",\n      \"order_notes\": \"Duis nulla\",\n      \"number_of_packages\": -42127241,\n      \"is_customer_allowed_to_open_packages\": false,\n      \"cash_amount\": -68900143.07396713,\n      \"discount_code\": \"ipsum aute\",\n      \"declared_value\": 62288337.598297715,\n      \"preferred_date\": \"1962-11-09\",\n      \"pickup_date\": \"2011-02-10T10:12:14.785Z\",\n      \"estimated_date\": \"1952-07-20\",\n      \"status\": \"culpa ut\",\n      \"delivery_attempts\": -37131996,\n      \"delivered_date\": \"2004-12-31T14:44:52.526Z\"\n    },\n    {\n      \"tracking_number\": \"dolor ullamco sed\",\n      \"merchant_order_reference\": \"est aliqua aute\",\n      \"order_notes\": \"deserunt ipsum\",\n      \"number_of_packages\": -44382403,\n      \"is_customer_allowed_to_open_packages\": true,\n      \"cash_amount\": -50346967.18029506,\n      \"discount_code\": \"ut Lorem nulla\",\n      \"declared_value\": 8954416.562853187,\n      \"preferred_date\": \"1979-02-16\",\n      \"pickup_date\": \"1988-08-06T05:40:15.322Z\",\n      \"estimated_date\": \"1980-05-14\",\n      \"status\": \"ea reprehende\",\n      \"delivery_attempts\": -80476224,\n      \"delivered_date\": \"1968-07-23T22:45:37.065Z\"\n    }\n  ],\n  \"next\": \"https://WLF.wepmy5-NunV-IJ4F7xlzWuJD65OUMPD3grnxxDljsZbERzcyk086KLkRE.Jvg\",\n  \"previous\": \"http://chI.vuyplut8oWDgrzCDVlOjiKn6YyHbnlnjyZJqBvW0rJVmrkgKjj3sPeVro9JainW-,,83Iyd-CmrHzH\"\n}"
								}
							]
						},
						{
							"name": "delivery-orders create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"customer\": {\n    \"address\": {\n      \"line_1\": \"nulla dolor\",\n      \"line_2\": \"dolore in magna\",\n      \"zone\": 69\n    },\n    \"phone\": \"01 173318466544\",\n    \"full_name\": \"aliquip\",\n    \"email\": \"efGTPM9iKXf@QuewuAWDcmhkNbRN.cfa\",\n    \"secondary_phone\": \"01026231232\"\n  },\n  \"packages\": [\n    {\n      \"package_size\": 1,\n      \"description\": \"officia dolor sed veniam fugiat\",\n      \"fragile\": false\n    },\n    {\n      \"package_size\": 1,\n      \"description\": \"dolor consectetur dolor ipsum\",\n      \"fragile\": true\n    }\n  ],\n  \"cash_amount\": 100,\n  \"merchant_order_reference\": \"proident ex\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/delivery-orders/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"delivery-orders",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/delivery-orders/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"delivery-orders",
												""
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"customer\": {\n    \"address\": {\n      \"line_1\": \"ut aliquip nisi anim\",\n      \"line_2\": \"pariatur sed\",\n      \"zone\": 51189279\n    },\n    \"phone\": \"\\u0000\",\n    \"full_name\": \"nisi Lorem\",\n    \"email\": \"Hnh@HAKAxDOdhVmSdMNYkEuYpiwd.pplh\",\n    \"secondary_phone\": \"\\u0000\"\n  },\n  \"packages\": [\n    {\n      \"package_size\": -99284478,\n      \"id\": -59847735,\n      \"description\": \"adipisicing non\",\n      \"fragile\": true\n    },\n    {\n      \"package_size\": -40592237,\n      \"id\": -46142596,\n      \"description\": \"magna pariatur sint esse\",\n      \"fragile\": true\n    }\n  ],\n  \"cash_amount\": 72526987.1298384,\n  \"merchant_order_reference\": \"esse dolore eiusmod Duis labore\"\n}"
								}
							]
						},
						{
							"name": "delivery-orders request-pickup create",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/delivery-orders/request-pickup/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"delivery-orders",
										"request-pickup",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/delivery-orders/request-pickup/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"delivery-orders",
												"request-pickup",
												""
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "Content-Type",
											"value": "text/plain"
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						}
					]
				},
				{
					"name": "returns",
					"item": [
						{
							"name": "{id}",
							"item": [
								{
									"name": "returns read",
									"request": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/returns/14712/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"returns",
												"14712",
												""
											]
										}
									},
									"response": [
										{
											"name": "Untitled Example",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: apikey",
														"key": "Authorization",
														"value": "<API Key>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/returns/:id/",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"returns",
														":id",
														""
													],
													"variable": [
														{
															"key": "id",
															"value": "9677393",
															"description": "(Required) A unique integer value identifying this return order."
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"tracking_number\": \"et\",\n  \"merchant_order_reference\": \"voluptate pariatur in dolor\",\n  \"order_notes\": \"proident enim\",\n  \"number_of_packages\": 83430849,\n  \"is_customer_allowed_to_open_packages\": true,\n  \"cash_amount\": -299967.7547927052,\n  \"discount_code\": \"dolor irure sed Ut\",\n  \"declared_value\": -37366717.66529711,\n  \"preferred_date\": \"2011-01-05\",\n  \"pickup_date\": \"1981-08-08T16:54:34.952Z\",\n  \"estimated_date\": \"1954-05-28\",\n  \"status\": \"sunt voluptate elit pariatur\",\n  \"return_attempts\": 34946527,\n  \"returned_date\": \"2000-11-03T00:11:46.173Z\"\n}"
										}
									]
								},
								{
									"name": "returns shipping-label list",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/returns/14712/shipping-label/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"returns",
												"14712",
												"shipping-label",
												""
											]
										}
									},
									"response": [
										{
											"name": "Untitled Example",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: apikey",
														"key": "Authorization",
														"value": "<API Key>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/returns/:id/shipping-label/",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"returns",
														":id",
														"shipping-label",
														""
													],
													"variable": [
														{
															"key": "id",
															"value": "quis",
															"description": "(Required) "
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "Content-Type",
													"value": "text/plain"
												}
											],
											"cookie": [],
											"body": ""
										}
									]
								}
							]
						},
						{
							"name": "returns list",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/returns/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"returns",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/returns/?created=quis&merchant=quis&inbound_warehouse=-46920523.23039926&cash_amount=-46920523.23039926&outbound_warehouse=-46920523.23039926&status=quis&current_warehouse=quis&merchant_zone_group=quis&pickup_point_zone_group=quis&pickup_date=quis&returned_date=quis&search=quis&limit=9677393&offset=9677393",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"returns",
												""
											],
											"query": [
												{
													"key": "created",
													"value": "quis"
												},
												{
													"key": "merchant",
													"value": "quis"
												},
												{
													"key": "inbound_warehouse",
													"value": "-46920523.23039926"
												},
												{
													"key": "cash_amount",
													"value": "-46920523.23039926"
												},
												{
													"key": "outbound_warehouse",
													"value": "-46920523.23039926"
												},
												{
													"key": "status",
													"value": "quis"
												},
												{
													"key": "current_warehouse",
													"value": "quis"
												},
												{
													"key": "merchant_zone_group",
													"value": "quis"
												},
												{
													"key": "pickup_point_zone_group",
													"value": "quis"
												},
												{
													"key": "pickup_date",
													"value": "quis"
												},
												{
													"key": "returned_date",
													"value": "quis"
												},
												{
													"key": "search",
													"value": "quis"
												},
												{
													"key": "limit",
													"value": "9677393"
												},
												{
													"key": "offset",
													"value": "9677393"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"count\": 96323577,\n  \"results\": [\n    {\n      \"tracking_number\": \"dolore ad veniam\",\n      \"merchant_order_reference\": \"nisi dolore non dolore\",\n      \"order_notes\": \"Excepteur ut voluptate et sunt\",\n      \"number_of_packages\": -34448813,\n      \"is_customer_allowed_to_open_packages\": true,\n      \"cash_amount\": 35746866.88420147,\n      \"discount_code\": \"velit incididunt dolor\",\n      \"declared_value\": 19619716.6148981,\n      \"preferred_date\": \"1993-01-15\",\n      \"pickup_date\": \"2013-10-30T14:04:56.466Z\",\n      \"estimated_date\": \"1957-04-06\",\n      \"status\": \"velit id proident\",\n      \"return_attempts\": 81834146,\n      \"returned_date\": \"2001-10-31T16:08:41.244Z\"\n    },\n    {\n      \"tracking_number\": \"aute officia\",\n      \"merchant_order_reference\": \"proident irure\",\n      \"order_notes\": \"dolor dolore tempor pariatur\",\n      \"number_of_packages\": -24069269,\n      \"is_customer_allowed_to_open_packages\": true,\n      \"cash_amount\": -73613393.2220223,\n      \"discount_code\": \"eu minim ex\",\n      \"declared_value\": -54685544.22995035,\n      \"preferred_date\": \"1952-05-09\",\n      \"pickup_date\": \"1997-07-23T01:10:42.442Z\",\n      \"estimated_date\": \"1954-10-21\",\n      \"status\": \"Ut voluptate veniam aliquip in\",\n      \"return_attempts\": -33217487,\n      \"returned_date\": \"1961-07-17T05:14:57.988Z\"\n    }\n  ],\n  \"next\": \"http://pxzSwOSDrdiJVKFQaqnRAWut.ggGI6ZaYPx2xDqOd4tpx0k.lPH2NZULTjdhdBFgcInWRC+XVQgGaHqarz\",\n  \"previous\": \"http://eHSmTqtQAevdmlyBDz.nnXSWQzOTPjkHyw.tJvUaUX31ixRM\"\n}"
								}
							]
						},
						{
							"name": "returns create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"customer\": {\n    \"address\": {\n      \"line_1\": \"deserunt\",\n      \"line_2\": \"U\",\n      \"zone\": 69\n    },\n    \"phone\": \"+2013399 624832\",\n    \"full_name\": \"Excepteur dolor voluptate\",\n    \"email\": \"nykjA6PR@FkRgLXFikCHUyaKoMpGFQHASey.wclw\",\n    \"secondary_phone\": \"20475984769 435\"\n  },\n  \"packages\": [\n    {\n      \"package_size\": 1,\n      \"description\": \"mollit do cillum\",\n      \"fragile\": true\n    },\n    {\n      \"package_size\": 1,\n      \"description\": \"veniam id\",\n      \"fragile\": false\n    }\n  ],\n  \"cash_amount\": 47339896.81371993,\n  \"merchant_order_reference\": \"fugiat dolore velit \"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/returns/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"returns",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/returns/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"returns",
												""
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"customer\": {\n    \"address\": {\n      \"line_1\": \"ut aliquip nisi anim\",\n      \"line_2\": \"pariatur sed\",\n      \"zone\": 51189279\n    },\n    \"phone\": \"\\u0000\",\n    \"full_name\": \"nisi Lorem\",\n    \"email\": \"Hnh@HAKAxDOdhVmSdMNYkEuYpiwd.pplh\",\n    \"secondary_phone\": \"\\u0000\"\n  },\n  \"packages\": [\n    {\n      \"package_size\": -99284478,\n      \"id\": -59847735,\n      \"description\": \"adipisicing non\",\n      \"fragile\": true\n    },\n    {\n      \"package_size\": -40592237,\n      \"id\": -46142596,\n      \"description\": \"magna pariatur sint esse\",\n      \"fragile\": true\n    }\n  ],\n  \"cash_amount\": 72526987.1298384,\n  \"merchant_order_reference\": \"esse dolore eiusmod Duis labore\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "exchanges",
					"item": [
						{
							"name": "exchanges list",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/exchanges/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"exchanges",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/exchanges/?created=quis&delivery_order_status=quis&return_order_status=quis&search=quis&limit=9677393&offset=9677393",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"exchanges",
												""
											],
											"query": [
												{
													"key": "created",
													"value": "quis"
												},
												{
													"key": "delivery_order_status",
													"value": "quis"
												},
												{
													"key": "return_order_status",
													"value": "quis"
												},
												{
													"key": "search",
													"value": "quis"
												},
												{
													"key": "limit",
													"value": "9677393"
												},
												{
													"key": "offset",
													"value": "9677393"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"count\": -87617103,\n  \"results\": [\n    {\n      \"delivery_order\": {\n        \"tracking_number\": \"deserunt elit\",\n        \"merchant_order_reference\": \"Lorem ipsum mollit dolor\",\n        \"order_notes\": \"id dolore do\",\n        \"number_of_packages\": -84512216,\n        \"is_customer_allowed_to_open_packages\": false,\n        \"cash_amount\": -59315822.169308774,\n        \"discount_code\": \"sint\",\n        \"declared_value\": 72853432.14118582,\n        \"preferred_date\": \"1995-03-13\",\n        \"pickup_date\": \"1957-11-28T05:35:01.213Z\",\n        \"estimated_date\": \"1954-12-05\",\n        \"status\": \"Ut exercitati\",\n        \"delivery_attempts\": -91599015,\n        \"delivered_date\": \"1950-02-17T10:25:54.422Z\"\n      },\n      \"return_order\": {\n        \"tracking_number\": \"sit et\",\n        \"merchant_order_reference\": \"culpa ea ut\",\n        \"order_notes\": \"est incididunt Duis Ut\",\n        \"number_of_packages\": -27712936,\n        \"is_customer_allowed_to_open_packages\": false,\n        \"cash_amount\": -64222180.129878215,\n        \"discount_code\": \"eiusmod id\",\n        \"declared_value\": 90409626.84999508,\n        \"preferred_date\": \"2006-09-06\",\n        \"pickup_date\": \"1968-04-28T22:39:37.211Z\",\n        \"estimated_date\": \"2016-11-05\",\n        \"status\": \"aute in\",\n        \"return_attempts\": -77561385,\n        \"returned_date\": \"1982-08-13T14:41:25.036Z\"\n      }\n    },\n    {\n      \"delivery_order\": {\n        \"tracking_number\": \"culpa laboris qui officia Excepteur\",\n        \"merchant_order_reference\": \"veniam\",\n        \"order_notes\": \"laborum irure ipsum sit pariatur\",\n        \"number_of_packages\": -7123276,\n        \"is_customer_allowed_to_open_packages\": false,\n        \"cash_amount\": 64098095.24703914,\n        \"discount_code\": \"laborum minim\",\n        \"declared_value\": 41396612.03379083,\n        \"preferred_date\": \"1974-05-18\",\n        \"pickup_date\": \"1956-06-24T06:06:21.578Z\",\n        \"estimated_date\": \"1957-10-30\",\n        \"status\": \"sunt sed dolore\",\n        \"delivery_attempts\": 29797055,\n        \"delivered_date\": \"1974-05-12T22:23:56.561Z\"\n      },\n      \"return_order\": {\n        \"tracking_number\": \"cillum quis e\",\n        \"merchant_order_reference\": \"ullamco\",\n        \"order_notes\": \"Lorem et commodo\",\n        \"number_of_packages\": -99238877,\n        \"is_customer_allowed_to_open_packages\": false,\n        \"cash_amount\": -75148353.15613174,\n        \"discount_code\": \"incididunt nulla id\",\n        \"declared_value\": -29117597.08613664,\n        \"preferred_date\": \"1964-08-02\",\n        \"pickup_date\": \"2003-09-25T01:39:04.947Z\",\n        \"estimated_date\": \"2020-05-15\",\n        \"status\": \"Lorem amet minim Excepteur pr\",\n        \"return_attempts\": -59447004,\n        \"returned_date\": \"2009-10-20T20:41:52.012Z\"\n      }\n    }\n  ],\n  \"next\": \"http://hmkfVQ.hsl.+HuanWpWclMd9ITr6fhDM+EXX0SCxm95,tKUXCnfE4yFqpHjgNW\",\n  \"previous\": \"http://ehmaYvVZYMx.cevod2qxDuQS1.7LSNkA2uiQtUNNXHGP6qVlc8AnUd,C,2mPS7o,hGIhOvu9vIZuUetfTmtvX,j1\"\n}"
								}
							]
						},
						{
							"name": "exchanges create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"notes\": \"sit eiusmod est\",\n  \"order\": 65539616,\n  \"old_packages\": [\n    {\n      \"package_size\": -36538195,\n      \"description\": \"irure ut repre\",\n      \"fragile\": true\n    },\n    {\n      \"package_size\": -8069211,\n      \"description\": \"Duis sunt sint\",\n      \"fragile\": false\n    }\n  ],\n  \"service_level\": -3424988,\n  \"new_packages\": [\n    {\n      \"package_size\": 85127198,\n      \"description\": \"irure Ut fugiat\",\n      \"fragile\": false\n    },\n    {\n      \"package_size\": -32316992,\n      \"description\": \"exercitation non velit incididunt eiusmod\",\n      \"fragile\": true\n    }\n  ],\n  \"refund\": true,\n  \"refund_amount\": 77690642,\n  \"cash_amount\": -47703631.795019776\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/exchanges/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"exchanges",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"notes\": \"sed do incididunt\",\n  \"order\": 27797869,\n  \"old_packages\": [\n    {\n      \"package_size\": -24987456,\n      \"description\": \"magna sed\",\n      \"fragile\": true\n    },\n    {\n      \"package_size\": 43601674,\n      \"description\": \"nostrud cillum laborum\",\n      \"fragile\": false\n    }\n  ],\n  \"service_level\": -29520320,\n  \"new_packages\": [\n    {\n      \"package_size\": -86472706,\n      \"description\": \"sint nulla non proident\",\n      \"fragile\": false\n    },\n    {\n      \"package_size\": -39728902,\n      \"description\": \"aliqua ea id\",\n      \"fragile\": false\n    }\n  ],\n  \"refund\": false,\n  \"refund_amount\": -53045114,\n  \"cash_amount\": 44710404.977448046\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/exchanges/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"exchanges",
												""
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"notes\": \"do ad\",\n  \"order\": -84063290,\n  \"old_packages\": [\n    {\n      \"package_size\": -15424856,\n      \"id\": -26830737,\n      \"description\": \"do cupidatat\",\n      \"fragile\": true\n    },\n    {\n      \"package_size\": -35295,\n      \"id\": -12927408,\n      \"description\": \"in sint\",\n      \"fragile\": false\n    }\n  ],\n  \"service_level\": 40912080,\n  \"new_packages\": [\n    {\n      \"package_size\": -93670274,\n      \"id\": -56609588,\n      \"description\": \"ut ad Ut\",\n      \"fragile\": true\n    },\n    {\n      \"package_size\": 61349391,\n      \"id\": -8078168,\n      \"description\": \"adipisicing dolore irure\",\n      \"fragile\": true\n    }\n  ],\n  \"refund\": true,\n  \"refund_amount\": 53789233,\n  \"cash_amount\": -96194595.68558875\n}"
								}
							]
						},
						{
							"name": "exchanges read",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/exchanges/396/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"exchanges",
										"396",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/exchanges/:id/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"exchanges",
												":id",
												""
											],
											"variable": [
												{
													"key": "id",
													"value": "9677393",
													"description": "(Required) A unique integer value identifying this exchange order."
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"delivery_order\": {\n    \"tracking_number\": \"elit proident aute\",\n    \"merchant_order_reference\": \"adipisicing sit cupidatat\",\n    \"order_notes\": \"eiusmod\",\n    \"number_of_packages\": 70045205,\n    \"is_customer_allowed_to_open_packages\": false,\n    \"cash_amount\": -21210099.783276707,\n    \"discount_code\": \"reprehenderit dolor aute cillum\",\n    \"declared_value\": 112940.56194008887,\n    \"preferred_date\": \"1978-03-31\",\n    \"pickup_date\": \"1988-03-14T15:18:46.348Z\",\n    \"estimated_date\": \"1964-04-27\",\n    \"status\": \"nostrud dolo\",\n    \"delivery_attempts\": -3446831,\n    \"delivered_date\": \"1943-12-22T00:42:55.632Z\"\n  },\n  \"return_order\": {\n    \"tracking_number\": \"sint D\",\n    \"merchant_order_reference\": \"nulla d\",\n    \"order_notes\": \"reprehenderit ullamco veniam\",\n    \"number_of_packages\": 44976159,\n    \"is_customer_allowed_to_open_packages\": false,\n    \"cash_amount\": -86172756.90484889,\n    \"discount_code\": \"dolore non\",\n    \"declared_value\": 35276322.98996201,\n    \"preferred_date\": \"1985-08-25\",\n    \"pickup_date\": \"1976-01-02T02:54:05.804Z\",\n    \"estimated_date\": \"1979-04-16\",\n    \"status\": \"do co\",\n    \"return_attempts\": -11671932,\n    \"returned_date\": \"2005-03-03T20:29:20.273Z\"\n  }\n}"
								}
							]
						}
					]
				},
				{
					"name": "cash-collections",
					"item": [
						{
							"name": "cash-collections list",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/cash-collections/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"cash-collections",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/cash-collections/?created=quis&merchant=quis&status=quis&warehouse=quis&search=quis&limit=9677393&offset=9677393",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"cash-collections",
												""
											],
											"query": [
												{
													"key": "created",
													"value": "quis"
												},
												{
													"key": "merchant",
													"value": "quis"
												},
												{
													"key": "status",
													"value": "quis"
												},
												{
													"key": "warehouse",
													"value": "quis"
												},
												{
													"key": "search",
													"value": "quis"
												},
												{
													"key": "limit",
													"value": "9677393"
												},
												{
													"key": "offset",
													"value": "9677393"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"count\": 49103663,\n  \"results\": [\n    {\n      \"tracking_number\": \"sunt\",\n      \"status\": \"qui\",\n      \"amount\": 16217907.733427644,\n      \"preferred_date\": \"1957-06-30\"\n    },\n    {\n      \"tracking_number\": \"dolore anim nostrud non fu\",\n      \"status\": \"ut culpa qui consequat\",\n      \"amount\": -59094846.88288664,\n      \"preferred_date\": \"1983-02-12\"\n    }\n  ],\n  \"next\": \"http://EtyLs.dlxym3VUmxTbShATTbJ.5GxkNqVl,+eJiOITIuqzjfTZJaO.abx9Ebft0Nqg8GV3\",\n  \"previous\": \"http://HFeZTOqxRLqXdJItTCbfpVeqpBBBjwSj.whrT00yOkunBFAqjNmVSuv8ptwGDvJy9iyGMvW4f-TU96GoKQplzrB28cYx\"\n}"
								}
							]
						},
						{
							"name": "cash-collections create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"customer\": {\n    \"address\": {\n      \"line_1\": \"dolor reprehenderit in\",\n      \"line_2\": \"fugiat consectetur amet laborum\",\n      \"zone\": 69\n    },\n    \"phone\": \"0133445106 56\",\n    \"full_name\": \"sint dolore\",\n    \"email\": \"mm7ASK@TqsAZJUtxxiTiip.ggrf\",\n    \"secondary_phone\": \"09614036693 34\"\n  },\n  \"amount\": -27257554.837643653\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/cash-collections/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"cash-collections",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"customer\": {\n    \"address\": {\n      \"line_1\": \"dolor reprehenderit in\",\n      \"line_2\": \"fugiat consectetur amet laborum\",\n      \"zone\": -55574842\n    },\n    \"phone\": \"0133445106 56\",\n    \"full_name\": \"sint dolore\",\n    \"email\": \"mm7ASK@TqsAZJUtxxiTiip.ggrf\",\n    \"secondary_phone\": \"09614036693 34\"\n  },\n  \"amount\": -27257554.837643653\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/cash-collections/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"cash-collections",
												""
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"customer\": {\n    \"address\": {\n      \"line_1\": \"dolor reprehenderit in\",\n      \"line_2\": \"fugiat consectetur amet laborum\",\n      \"zone\": -55574842\n    },\n    \"phone\": \"0133445106 56\",\n    \"full_name\": \"sint dolore\",\n    \"email\": \"mm7ASK@TqsAZJUtxxiTiip.ggrf\",\n    \"secondary_phone\": \"09614036693 34\"\n  },\n  \"amount\": -27257554.837643653\n}"
								}
							]
						},
						{
							"name": "cash-collections read",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/cash-collections/240/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"cash-collections",
										"240",
										""
									]
								}
							},
							"response": [
								{
									"name": "Untitled Example",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: apikey",
												"key": "Authorization",
												"value": "<API Key>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/cash-collections/:id/",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"cash-collections",
												":id",
												""
											],
											"variable": [
												{
													"key": "id",
													"value": "quis",
													"description": "(Required) "
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"tracking_number\": \"in eiusmod fugiat\",\n  \"status\": \"aliqua consectetur ipsum\",\n  \"amount\": -49103154.74083275,\n  \"preferred_date\": \"1946-01-21\"\n}"
								}
							]
						}
					]
				}
			]
		},
		{
			"name": "Shipping Label",
			"item": [
				{
					"name": "orders shipping-label PDF",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUrl}}/orders/shipping-label/?tracking_numbers=12970766381&type=pdf",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"orders",
								"shipping-label",
								""
							],
							"query": [
								{
									"key": "tracking_numbers",
									"value": "12970766381"
								},
								{
									"key": "type",
									"value": "pdf"
								}
							]
						}
					},
					"response": [
						{
							"name": "Untitled Example",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Added as a part of security scheme: apikey",
										"key": "Authorization",
										"value": "<API Key>"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/orders/shipping-label/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"orders",
										"shipping-label",
										""
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "text",
							"header": [
								{
									"key": "Content-Type",
									"value": "text/plain"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "orders shipping-label HTML",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUrl}}/orders/shipping-label/?tracking_numbers=12970766381&type=html",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"orders",
								"shipping-label",
								""
							],
							"query": [
								{
									"key": "tracking_numbers",
									"value": "12970766381"
								},
								{
									"key": "type",
									"value": "html"
								}
							]
						}
					},
					"response": [
						{
							"name": "Untitled Example",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Added as a part of security scheme: apikey",
										"key": "Authorization",
										"value": "<API Key>"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/orders/shipping-label/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"orders",
										"shipping-label",
										""
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "text",
							"header": [
								{
									"key": "Content-Type",
									"value": "text/plain"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "orders shipping-label HTML MINIMIZED",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUrl}}/orders/shipping-label/?tracking_numbers=12970766381&type=html&minimized=true",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"orders",
								"shipping-label",
								""
							],
							"query": [
								{
									"key": "tracking_numbers",
									"value": "12970766381"
								},
								{
									"key": "type",
									"value": "html"
								},
								{
									"key": "minimized",
									"value": "true"
								}
							]
						}
					},
					"response": [
						{
							"name": "Untitled Example",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Added as a part of security scheme: apikey",
										"key": "Authorization",
										"value": "<API Key>"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/orders/shipping-label/",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"orders",
										"shipping-label",
										""
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "text",
							"header": [
								{
									"key": "Content-Type",
									"value": "text/plain"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		},
		{
			"name": "[OPTIONAL] Pickup/Return Points",
			"item": [
				{
					"name": "pickup-points list",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/pickup-points/",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"pickup-points",
								""
							]
						}
					},
					"response": [
						{
							"name": "Untitled Example",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Added as a part of security scheme: apikey",
										"key": "Authorization",
										"value": "<API Key>"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/pickup-points/?limit=9677393&offset=9677393",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"pickup-points",
										""
									],
									"query": [
										{
											"key": "limit",
											"value": "9677393"
										},
										{
											"key": "offset",
											"value": "9677393"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"count\": 79794807,\n  \"results\": [\n    {\n      \"address\": {\n        \"line_2\": \"vo\",\n        \"line_1\": \"incididunt\",\n        \"id\": 68658141,\n        \"created\": \"1948-03-11T01:12:41.320Z\",\n        \"modified\": \"1998-06-29T05:19:46.034Z\",\n        \"nickname\": \"quis magna velit sunt\",\n        \"line_3\": \"pariatur in nulla labore qui\",\n        \"what3words\": \"\",\n        \"zip_code\": \"cu\",\n        \"auto_zoned\": true,\n        \"latitude\": -81509941.87218723,\n        \"longitude\": -77128333.69581768,\n        \"google_maps_link\": \"https://sqADpPJKn.aqqmqul02+0kQYADBE1BSpQD160xOytJH+iY0O9FH15lF6ip9ljnLF8Y71,W1fKUJHddo\",\n        \"notes\": \"ex consectetur ea\",\n        \"zone\": 33782279\n      },\n      \"merchant\": -11470978,\n      \"id\": -73295117,\n      \"deleted\": \"2009-11-19T08:26:21.587Z\",\n      \"created\": \"1965-12-27T09:50:29.080Z\",\n      \"modified\": \"1996-07-22T21:30:33.940Z\",\n      \"is_default\": false\n    },\n    {\n      \"address\": {\n        \"line_2\": \"non labore magna reprehenderit\",\n        \"line_1\": \"exercitation i\",\n        \"id\": -93724654,\n        \"created\": \"2006-01-02T11:40:43.036Z\",\n        \"modified\": \"1981-09-09T15:49:41.109Z\",\n        \"nickname\": \"occaecat elit esse Duis consequat\",\n        \"line_3\": \"do aliquip la\",\n        \"what3words\": \"nostrud quis\",\n        \"zip_code\": \"eu do\",\n        \"auto_zoned\": false,\n        \"latitude\": 69336084.939805,\n        \"longitude\": -47871301.01700514,\n        \"google_maps_link\": \"http://ajiFtgLOsnhOFB.xkqhoR-L-.3V.mmvS5\",\n        \"notes\": \"mollit commodo minim eu laborum\",\n        \"zone\": -75128124\n      },\n      \"merchant\": 11214728,\n      \"id\": -84648066,\n      \"deleted\": \"1978-12-14T14:08:41.522Z\",\n      \"created\": \"1983-12-01T02:51:21.904Z\",\n      \"modified\": \"2020-07-25T13:13:43.508Z\",\n      \"is_default\": true\n    }\n  ],\n  \"next\": \"http://OecjYOOgXYfCSLnKQGlRSzH.asBgO3rEhCzDntfyGbkUA,9BQBFHd4JRJnYKnxS3L-cI4tVxIx4PEERCfRGcYpFjpGuZnmfKS\",\n  \"previous\": \"http://kVGSjdQ.fjsPZK,-gbLh2UXPoJrzc3nCtcFPBSYyNsQvwb\"\n}"
						}
					]
				},
				{
					"name": "return-points list",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/return-points/",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"return-points",
								""
							]
						}
					},
					"response": [
						{
							"name": "Untitled Example",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Added as a part of security scheme: apikey",
										"key": "Authorization",
										"value": "<API Key>"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/return-points/?limit=9677393&offset=9677393",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"return-points",
										""
									],
									"query": [
										{
											"key": "limit",
											"value": "9677393"
										},
										{
											"key": "offset",
											"value": "9677393"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"count\": 79794807,\n  \"results\": [\n    {\n      \"address\": {\n        \"line_2\": \"vo\",\n        \"line_1\": \"incididunt\",\n        \"id\": 68658141,\n        \"created\": \"1948-03-11T01:12:41.320Z\",\n        \"modified\": \"1998-06-29T05:19:46.034Z\",\n        \"nickname\": \"quis magna velit sunt\",\n        \"line_3\": \"pariatur in nulla labore qui\",\n        \"what3words\": \"\",\n        \"zip_code\": \"cu\",\n        \"auto_zoned\": true,\n        \"latitude\": -81509941.87218723,\n        \"longitude\": -77128333.69581768,\n        \"google_maps_link\": \"https://sqADpPJKn.aqqmqul02+0kQYADBE1BSpQD160xOytJH+iY0O9FH15lF6ip9ljnLF8Y71,W1fKUJHddo\",\n        \"notes\": \"ex consectetur ea\",\n        \"zone\": 33782279\n      },\n      \"merchant\": -11470978,\n      \"id\": -73295117,\n      \"deleted\": \"2009-11-19T08:26:21.587Z\",\n      \"created\": \"1965-12-27T09:50:29.080Z\",\n      \"modified\": \"1996-07-22T21:30:33.940Z\",\n      \"is_default\": false\n    },\n    {\n      \"address\": {\n        \"line_2\": \"non labore magna reprehenderit\",\n        \"line_1\": \"exercitation i\",\n        \"id\": -93724654,\n        \"created\": \"2006-01-02T11:40:43.036Z\",\n        \"modified\": \"1981-09-09T15:49:41.109Z\",\n        \"nickname\": \"occaecat elit esse Duis consequat\",\n        \"line_3\": \"do aliquip la\",\n        \"what3words\": \"nostrud quis\",\n        \"zip_code\": \"eu do\",\n        \"auto_zoned\": false,\n        \"latitude\": 69336084.939805,\n        \"longitude\": -47871301.01700514,\n        \"google_maps_link\": \"http://ajiFtgLOsnhOFB.xkqhoR-L-.3V.mmvS5\",\n        \"notes\": \"mollit commodo minim eu laborum\",\n        \"zone\": -75128124\n      },\n      \"merchant\": 11214728,\n      \"id\": -84648066,\n      \"deleted\": \"1978-12-14T14:08:41.522Z\",\n      \"created\": \"1983-12-01T02:51:21.904Z\",\n      \"modified\": \"2020-07-25T13:13:43.508Z\",\n      \"is_default\": true\n    }\n  ],\n  \"next\": \"http://OecjYOOgXYfCSLnKQGlRSzH.asBgO3rEhCzDntfyGbkUA,9BQBFHd4JRJnYKnxS3L-cI4tVxIx4PEERCfRGcYpFjpGuZnmfKS\",\n  \"previous\": \"http://kVGSjdQ.fjsPZK,-gbLh2UXPoJrzc3nCtcFPBSYyNsQvwb\"\n}"
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "apikey",
		"apikey": [
			{
				"key": "value",
				"value": "Api-Key XXXXXXXXXXXXXXXXXXXXX",
				"type": "string"
			},
			{
				"key": "key",
				"value": "Authorization",
				"type": "string"
			},
			{
				"key": "in",
				"value": "header",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "https://api.staging.shipblu.com/api/v1",
			"type": "string"
		}
	]
}