{"info":{"_postman_id":"128818f3-08dc-4fcc-ade9-8e9ce2480ac7","name":"Addresses","description":"<html><head></head><body><p>Store billing or shipping addresses to be used for checkout tasks.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5027621","collectionId":"128818f3-08dc-4fcc-ade9-8e9ce2480ac7","publishedId":"TVt2c3ef","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-01-02T04:00:45.000Z"},"item":[{"name":"{{baseUrl}}/v1/addresses","id":"a596a191-ccab-49bd-86d9-fbef275a967c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"billing\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"address_line_1\": \"11 Broadway\",\n    \"address_line_2\": \"2nd Floor\",\n    \"city\": \"New York\",\n    \"state\": \"NY\",\n    \"postal_code\": \"10004\",\n    \"country\": \"US\",\n    \"email_address\": \"jsmith@gmail.com\",\n    \"phone_number\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/addresses","urlObject":{"path":["v1","addresses"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ea09ed5e-4fa7-429a-a99a-a44998d5f9bc","name":"{{baseUrl}}/v1/addresses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"billing\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"address_line_1\": \"11 Broadway\",\n    \"address_line_2\": \"2nd Floor\",\n    \"city\": \"New York\",\n    \"state\": \"NY\",\n    \"postal_code\": \"10004\",\n    \"country\": \"US\",\n    \"email_address\": \"jsmith@gmail.com\",\n    \"phone_number\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/addresses"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Address successfully created\",\n    \"data\": {\n        \"id\": 2,\n        \"type\": \"billing\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"address_line_1\": \"11 Broadway\",\n        \"address_line_2\": \"2nd Floor\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"postal_code\": \"10004\",\n        \"country\": \"US\",\n        \"email_address\": \"jsmith@gmail.com\",\n        \"phone_number\": \"1234567890\",\n        \"created_at\": \"2021-01-01T17:29:51.957Z\",\n        \"updated_at\": \"2021-01-01T17:29:51.957Z\",\n        \"is_deleted\": false\n    }\n}"}],"_postman_id":"a596a191-ccab-49bd-86d9-fbef275a967c"},{"name":"{{baseUrl}}/v1/addresses","id":"c95378c5-bf60-46dc-bbd8-9ce9225bd58d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/addresses","urlObject":{"path":["v1","addresses"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"911427ce-ceb8-4bf9-b85d-1a52cb599edb","name":"{{baseUrl}}/v1/addresses","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{baseUrl}}/v1/addresses"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Addresses successfully found\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"type\": \"billing\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Smith\",\n            \"address_line_1\": \"11 Broadway\",\n            \"address_line_2\": \"2nd Floor\",\n            \"city\": \"New York\",\n            \"state\": \"NY\",\n            \"postal_code\": \"10004\",\n            \"country\": \"US\",\n            \"email_address\": \"jsmith@gmail.com\",\n            \"phone_number\": \"1234567890\",\n            \"created_at\": \"2021-01-01T17:29:51.957Z\",\n            \"updated_at\": \"2021-01-01T17:29:51.957Z\",\n            \"is_deleted\": false\n        }\n    ]\n}"}],"_postman_id":"c95378c5-bf60-46dc-bbd8-9ce9225bd58d"},{"name":"{{baseUrl}}/v1/addresses/:id","id":"055d18c0-b3ef-466e-b679-8be51b6ab674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/addresses/2","urlObject":{"path":["v1","addresses","2"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c2c8a998-85a0-428f-b969-704c3a38d265","name":"{{baseUrl}}/v1/addresses/:id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{baseUrl}}/v1/addresses/2"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Address successfully found\",\n    \"data\": {\n        \"id\": 2,\n        \"type\": \"billing\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"address_line_1\": \"11 Broadway\",\n        \"address_line_2\": \"2nd Floor\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"postal_code\": \"10004\",\n        \"country\": \"US\",\n        \"email_address\": \"jsmith@gmail.com\",\n        \"phone_number\": \"1234567890\",\n        \"created_at\": \"2021-01-01T17:29:51.957Z\",\n        \"updated_at\": \"2021-01-01T17:29:51.957Z\",\n        \"is_deleted\": false\n    }\n}"}],"_postman_id":"055d18c0-b3ef-466e-b679-8be51b6ab674"},{"name":"{{baseUrl}}/v1/addresses/:id","id":"ddb811f5-e59f-4140-a3b9-3f8b0641c754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"billing\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"address_line_1\": \"11 Broadway\",\n    \"address_line_2\": \"2nd Floor\",\n    \"city\": \"New York\",\n    \"state\": \"NY\",\n    \"postal_code\": \"10004\",\n    \"country\": \"US\",\n    \"email_address\": \"jsmith@gmail.com\",\n    \"phone_number\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/addresses/2","urlObject":{"path":["v1","addresses","2"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6fcb5df3-fcd3-48c8-9a44-17d869b0409c","name":"{{baseUrl}}/v1/addresses/:id","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"billing\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"address_line_1\": \"11 Broadway\",\n    \"address_line_2\": \"2nd Floor\",\n    \"city\": \"New York\",\n    \"state\": \"NY\",\n    \"postal_code\": \"10004\",\n    \"country\": \"US\",\n    \"email_address\": \"jsmith@gmail.com\",\n    \"phone_number\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/addresses/2"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Address successfully updated\",\n    \"data\": {\n        \"id\": 2,\n        \"type\": \"billing\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"address_line_1\": \"11 Broadway\",\n        \"address_line_2\": \"2nd Floor\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"postal_code\": \"10004\",\n        \"country\": \"US\",\n        \"email_address\": \"jsmith@gmail.com\",\n        \"phone_number\": \"1234567890\",\n        \"created_at\": \"2021-01-01T17:29:51.957Z\",\n        \"updated_at\": \"2021-01-01T17:29:51.957Z\",\n        \"is_deleted\": false\n    }\n}"}],"_postman_id":"ddb811f5-e59f-4140-a3b9-3f8b0641c754"},{"name":"{{baseUrl}}/v1/addresses/:id","id":"a30fc9a0-b181-479d-a155-8718d957ffc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/v1/addresses/2","urlObject":{"path":["v1","addresses","2"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a59e3eb9-114c-4da1-be73-e36ed6369f00","name":"{{baseUrl}}/v1/addresses/:id","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{baseUrl}}/v1/addresses/2"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Address successfully deleted\",\n    \"data\": {\n        \"id\": 2,\n        \"type\": \"billing\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"address_line_1\": \"11 Broadway\",\n        \"address_line_2\": \"2nd Floor\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"postal_code\": \"10004\",\n        \"country\": \"US\",\n        \"email_address\": \"jsmith@gmail.com\",\n        \"phone_number\": \"1234567890\",\n        \"created_at\": \"2021-01-01T17:29:51.957Z\",\n        \"updated_at\": \"2021-01-01T17:29:51.957Z\",\n        \"is_deleted\": true\n    }\n}"}],"_postman_id":"a30fc9a0-b181-479d-a155-8718d957ffc2"}]}