{"info":{"_postman_id":"57cd9f0c-e8ec-aaf9-5337-c2057dec06e2","name":"Square Connect API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"1. First Transaction","item":[{"name":"Step 1. List Locations","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);","for(var i = 0;i< jsonData.locations.length;i++){","    if (jsonData.locations[i].capabilities){","        postman.setEnvironmentVariable(\"location_id\", jsonData.locations[i].id);","        return","    }","    else{","        if (i==jsonData.locations.length-1){","             postman.setEnvironmentVariable(\"location_id\", jsonData.locations[i].id);","        }","    }","}",""]}}],"id":"7fe5cf6e-2559-729a-7204-117bf240dfa3","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/locations","description":"Provides summary information for all of a business's locations. Your first location with credit card processing (or last location if none) will be automatically added to your environment as a location_id for future requests. "},"response":[],"_postman_id":"7fe5cf6e-2559-729a-7204-117bf240dfa3"},{"name":"Step 2. Create a new customer for the transaction","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"customer_id\", jsonData.customer.id);"]}}],"id":"49a8986f-9752-ea99-9d28-78ef284edf00","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"given_name\": \"Amelia\",\n  \"family_name\": \"Earhart\",\n  \"email_address\": \"Amelia.Earhart@example.com\",\n  \"address\": {\n    \"address_line_1\": \"500 Electric Ave\",\n    \"address_line_2\": \"Suite 600\",\n    \"locality\": \"New York\",\n    \"administrative_district_level_1\": \"NY\",\n    \"postal_code\": \"10003\",\n    \"country\": \"US\"\n  },\n  \"phone_number\": \"1-212-555-4240\",\n  \"reference_id\": \"YOUR_REFERENCE_ID\",\n  \"note\": \"#1 best customer\"\n}"},"url":"https://connect.squareup.com/v2/customers","description":"Creates a new customer for the business, which can have associated cards on file."},"response":[],"_postman_id":"49a8986f-9752-ea99-9d28-78ef284edf00"},{"name":"Step 3. Charge the customer's card","id":"8557bbc8-3fd8-fba7-567a-50abb7631377","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"idempotency_key\": \"{{$guid}}\",\n  \"shipping_address\": {\n    \"address_line_1\": \"123 Main St\",\n    \"locality\": \"San Francisco\",\n    \"administrative_district_level_1\": \"CA\",\n    \"postal_code\": \"94114\",\n    \"country\": \"US\"\n  },\n  \"billing_address\": {\n    \"address_line_1\": \"500 Electric Ave\",\n    \"address_line_2\": \"Suite 600\",\n    \"administrative_district_level_1\": \"NY\",\n    \"locality\": \"New York\",\n    \"postal_code\": \"10003\",\n    \"country\": \"US\"\n  },\n  \"amount_money\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"card_nonce\": \"fake-card-nonce-ok\",\n  \"reference_id\": \"some optional reference id\",\n  \"note\": \"some optional note\",\n  \"customer_id\":\"{{customer_id}}\",\n  \"delay_capture\": false\n}\n\n\n\n"},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/transactions","description":"Charges a card represented by a token."},"response":[],"_postman_id":"8557bbc8-3fd8-fba7-567a-50abb7631377"},{"name":"Step 4. List Transactions ","id":"d3affb5b-2af8-b70a-97d2-ecdba5a81883","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/transactions","description":"Lists transactions for a particular location.\n\n"},"response":[],"_postman_id":"d3affb5b-2af8-b70a-97d2-ecdba5a81883"}],"id":"3ab4c63b-5164-4751-13e5-b8d4f95ba28d","description":"Every step to create and view a transactions for a merchant with Square's APIs","_postman_id":"3ab4c63b-5164-4751-13e5-b8d4f95ba28d"},{"name":"Catalog","item":[{"name":"BatchUpsertCatalogObjects","id":"85ca288c-1de7-d765-0bb4-0def608b4d46","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"idempotency_key\": \"SJKHDUIWQHJKSQ\",\n  \"batches\": [\n    {\n      \"objects\": [\n        {\n          \"type\": \"ITEM\",\n          \"id\": \"#Tea\",\n          \"present_at_all_locations\": true,\n          \"item_data\": {\n            \"name\": \"Tea\",\n            \"description\": \"Hot Leaf Juice\",\n            \"category_id\": \"#Beverages\",\n            \"tax_ids\": [\n              \"#SalesTax\"\n            ],\n            \"variations\": [\n              {\n                \"type\": \"ITEM_VARIATION\",\n                \"id\": \"#Tea_Mug\",\n                \"present_at_all_locations\": true,\n                \"item_variation_data\": {\n                  \"item_id\": \"#Tea\",\n                  \"name\": \"Mug\",\n                  \"pricing_type\": \"FIXED_PRICING\",\n                  \"price_money\": {\n                    \"amount\": 150,\n                    \"currency\": \"USD\"\n                  }\n                }\n              }\n            ]\n          }\n        },\n        {\n          \"type\": \"ITEM\",\n          \"id\": \"#Coffee\",\n          \"present_at_all_locations\": true,\n          \"item_data\": {\n            \"name\": \"Coffee\",\n            \"description\": \"Hot Bean Juice\",\n            \"category_id\": \"#Beverages\",\n            \"tax_ids\": [\n              \"#SalesTax\"\n            ],\n            \"variations\": [\n              {\n                \"type\": \"ITEM_VARIATION\",\n                \"id\": \"#Coffee_Regular\",\n                \"present_at_all_locations\": true,\n                \"item_variation_data\": {\n                  \"item_id\": \"#Coffee\",\n                  \"name\": \"Regular\",\n                  \"pricing_type\": \"FIXED_PRICING\",\n                  \"price_money\": {\n                    \"amount\": 250,\n                    \"currency\": \"USD\"\n                  }\n                }\n              },\n              {\n                \"type\": \"ITEM_VARIATION\",\n                \"id\": \"#Coffee_Large\",\n                \"present_at_all_locations\": true,\n                \"item_variation_data\": {\n                  \"item_id\": \"#Coffee\",\n                  \"name\": \"Large\",\n                  \"pricing_type\": \"FIXED_PRICING\",\n                  \"price_money\": {\n                    \"amount\": 350,\n                    \"currency\": \"USD\"\n                  }\n                }\n              }\n            ]\n          }\n        },\n        {\n          \"type\": \"CATEGORY\",\n          \"id\": \"#Beverages\",\n          \"present_at_all_locations\": true,\n          \"category_data\": {\n            \"name\": \"Beverages\"\n          }\n        },\n        {\n          \"type\": \"TAX\",\n          \"id\": \"#SalesTax\",\n          \"present_at_all_locations\": true,\n          \"tax_data\": {\n            \"name\": \"Sales Tax\",\n            \"calculation_phase\": \"TAX_SUBTOTAL_PHASE\",\n            \"inclusion_type\": \"ADDITIVE\",\n            \"percentage\": \"5.0\",\n            \"applies_to_custom_amounts\": true,\n            \"enabled\": true,\n            \"tax_type_id\": \"us_sales_tax\",\n            \"tax_type_name\": \"Sales Tax\"\n          }\n        }\n      ]\n    }\n  ]\n}"},"url":"https://connect.squareup.com/v2/catalog/batch-upsert","description":"Creates or updates up to 10,000 target objects based on the provided\nlist of objects. The target objects are grouped into batches and each batch is\ninserted/updated in an all-or-nothing manner. If an object within a batch is\nmalformed in some way, or violates a database constraint, the entire batch\ncontaining that item will be disregarded. However, other batches in the same\nrequest may still succeed. Each batch may contain up to 1,000 objects, and\nbatches will be processed in order as long as the total object count for the\nrequest (items, variations, modifier lists, discounts, and taxes) is no more\nthan 10,000."},"response":[],"_postman_id":"85ca288c-1de7-d765-0bb4-0def608b4d46"},{"name":"UpdateItemTaxes","id":"9a3ce7cd-e365-da28-eff4-72b70f4892c3","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"  {\n  \t\"item_ids\": [\n    \"H42BRLUJ5KTZTTMPVSLFAACQ\",\n    \"2JXOBJIHCWBQ4NZ3RIXQGJA6\"\n  ],\n  \"taxes_to_enable\": [\n    \"4WRCNHCJZDVLSNDQ35PP6YAD\"\n  ],\n  \"taxes_to_disable\": [\n    \"AQCEGCEBBQONINDOHRGZISEX\"\n  ]\n}"},"url":"https://connect.squareup.com/v2/catalog/update-item-taxes","description":"Updates the [CatalogTax](#type-catalogtax) objects that apply to the\ntargeted [CatalogItem](#type-catalogitem) without having to perform an\nupsert on the entire item."},"response":[],"_postman_id":"9a3ce7cd-e365-da28-eff4-72b70f4892c3"},{"name":"ListCatalog","id":"e686cc32-f6c7-fe1b-da54-4fa181e6588c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://connect.squareup.com/v2/catalog/list?cursor={{cursor}}&types={{types}}","protocol":"https","host":["connect","squareup","com"],"path":["v2","catalog","list"],"query":[{"key":"cursor","value":"{{cursor}}"},{"key":"types","value":"{{types}}"}]},"description":"Returns a list of [CatalogObject](#type-catalogobject)s that includes\nall objects of a set of desired types (for example, all [CatalogItem](#type-catalogitem)\nand [CatalogTax](#type-catalogtax) objects) in the catalog. The types parameter\nis specified as a comma-separated list of valid [CatalogObject](#type-catalogobject) types:\n`ITEM`, `ITEM_VARIATION`, `MODIFIER`, `MODIFIER_LIST`, `CATEGORY`, `DISCOUNT`, `TAX`."},"response":[],"_postman_id":"e686cc32-f6c7-fe1b-da54-4fa181e6588c"},{"name":"BatchRetrieveCatalogObjects","id":"a4d80972-4530-df4d-f1dc-dcf5345c5f82","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"object_ids\": [\n    \"W62UWFY35CWMYGVWK6TWJDNI\",\n    \"AA27W3M2GGTF3H6AVPNB77CK\"\n  ],\n  \"include_related_objects\": true\n}"},"url":"https://connect.squareup.com/v2/catalog/batch-retrieve","description":"Returns a set of objects based on the provided ID.\n[CatalogItem](#type-catalogitem)s returned in the set include all of the\nchild information including: all\n[CatalogItemVariation](#type-catalogitemvariation) objects, references to\nits [CatalogModifierList](#type-catalogmodifierlist) objects, and the ids of\nany [CatalogTax](#type-catalogtax) objects that apply to it."},"response":[],"_postman_id":"a4d80972-4530-df4d-f1dc-dcf5345c5f82"},{"name":"UpsertCatalogObject","id":"62c59304-252b-3c79-0f4e-2288bf391a05","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"idempotency_key\": \"67OYYFQPR3RNE2QQ\",\n  \"object\": {\n    \"type\": \"ITEM\",\n    \"id\": \"#Cocoa\",\n    \"item_data\": {\n      \"name\": \"Cocoa\",\n      \"description\": \"Hot chocolate\",\n      \"abbreviation\": \"Ch\",\n      \"image_url\":\"http://s7d2.scene7.com/is/image/PetSmart/ARTHMB-HowDoISetUpMyAquariumForMultipleFish-20160818?$AR1104$\"\n    }\n  }\n}"},"url":"https://connect.squareup.com/v2/catalog/object","description":"Creates or updates the target [CatalogObject](#type-catalogobject)."},"response":[],"_postman_id":"62c59304-252b-3c79-0f4e-2288bf391a05"},{"name":"BatchDeleteCatalogObjects","id":"32679cc2-1e1f-647c-ddf5-789bd52cea28","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"object_ids\": [\n    \"W62UWFY35CWMYGVWK6TWJDNI\",\n    \"AA27W3M2GGTF3H6AVPNB77CK\"\n  ]\n}"},"url":"https://connect.squareup.com/v2/catalog/batch-delete","description":"Deletes a set of [CatalogItem](#type-catalogitem)s based on the\nprovided list of target IDs and returns a set of successfully deleted IDs in\nthe response. Deletion is a cascading event such that all children of the\ntargeted object are also deleted. For example, deleting a CatalogItem will\nalso delete all of its [CatalogItemVariation](#type-catalogitemvariation)\nchildren.\n\n`BatchDeleteCatalogObjects` succeeds even if only a portion of the targeted\nIDs can be deleted. The response will only include IDs that were\nactually deleted."},"response":[],"_postman_id":"32679cc2-1e1f-647c-ddf5-789bd52cea28"},{"name":"SearchCatalogObjects","id":"27a7a425-d290-189a-caf5-bf24e37dbe7d","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"object_types\": [\n    \"ITEM\"\n  ],\n  \"query\": {\n    \"prefix_query\": {\n      \"attribute_name\": \"name\",\n      \"attribute_prefix\": \"tea\"\n    }\n  },\n  \"limit\": 100\n}"},"url":"https://connect.squareup.com/v2/catalog/search","description":"Queries the targeted catalog using a variety of query types\n([CatalogQuerySortedAttribute](#type-catalogquerysortedattribute),\n([CatalogQueryExact](#type-catalogqueryexact,\n([CatalogQueryRange](#type-catalogqueryrange),\n([CatalogQueryText](#type-catalogquerytext),\n([CatalogQueryItemsForTax](#type-catalogqueryitemsfortax),\n([CatalogQueryItemsForModifierList](#type-catalogqueryitemsformodifierlist))."},"response":[],"_postman_id":"27a7a425-d290-189a-caf5-bf24e37dbe7d"},{"name":"UpdateItemModifierLists","id":"9bc7c677-42ff-f31f-fe54-0fd55d3a5d66","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"item_ids\": [\n    \"H42BRLUJ5KTZTTMPVSLFAACQ\",\n    \"2JXOBJIHCWBQ4NZ3RIXQGJA6\"\n  ],\n  \"modifier_lists_to_enable\": [\n    \"H42BRLUJ5KTZTTMPVSLFAACQ\",\n    \"2JXOBJIHCWBQ4NZ3RIXQGJA6\"\n  ],\n  \"modifier_lists_to_disable\": [\n    \"7WRC16CJZDVLSNDQ35PP6YAD\"\n  ]\n}"},"url":"https://connect.squareup.com/v2/catalog/update-item-modifier-lists","description":"Updates the [CatalogModifierList](#type-catalogmodifierlist) objects\nthat apply to the targeted [CatalogItem](#type-catalogitem) without having\nto perform an upsert on the entire item."},"response":[],"_postman_id":"9bc7c677-42ff-f31f-fe54-0fd55d3a5d66"},{"name":"DeleteCatalogObject","id":"2b2dd08c-be8d-6555-101d-7361b48d4b3f","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/catalog/object/{{object_id}}","description":"Deletes a single [CatalogObject](#type-catalogobject) based on the\nprovided ID and returns the set of successfully deleted IDs in the response.\nDeletion is a cascading event such that all children of the targeted object\nare also deleted. For example, deleting a [CatalogItem](#type-catalogitem)\nwill also delete all of its\n[CatalogItemVariation](#type-catalogitemvariation) children."},"response":[],"_postman_id":"2b2dd08c-be8d-6555-101d-7361b48d4b3f"},{"name":"CatalogInfo","id":"9be8f28f-26bc-df3f-5523-df41d8c14484","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/catalog/info","description":"Returns information about the Square Catalog API, such as batch size\nlimits for `BatchUpsertCatalogObjects`."},"response":[],"_postman_id":"9be8f28f-26bc-df3f-5523-df41d8c14484"},{"name":"RetrieveCatalogObject","id":"a9cab82a-778c-2b82-2b69-11ab1e292c60","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/catalog/object/{{object_id}}","description":"Returns a single [CatalogItem](#type-catalogitem) as a\n[CatalogObject](#type-catalogobject) based on the provided ID. The returned\nobject includes all of the relevant [CatalogItem](#type-catalogitem)\ninformation including: [CatalogItemVariation](#type-catalogitemvariation)\nchildren, references to its\n[CatalogModifierList](#type-catalogmodifierlist) objects, and the ids of\nany [CatalogTax](#type-catalogtax) objects that apply to it."},"response":[],"_postman_id":"a9cab82a-778c-2b82-2b69-11ab1e292c60"}],"id":"aef2167a-80bc-c553-fae5-b85cb1c46f43","description":"https://docs.connect.squareup.com/api/connect/v2#navsection-catalog","_postman_id":"aef2167a-80bc-c553-fae5-b85cb1c46f43"},{"name":"Checkout","item":[{"name":"Create Checkout","id":"da9c9a66-1abd-fdb2-b7b4-94fff32c014a","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"idempotency_key\": \"{{$guid}}\",\n  \"order\": {\n    \"reference_id\": \"reference_id\",\n    \"line_items\": [\n      {\n        \"name\": \"Printed T Shirt\",\n        \"quantity\": \"2\",\n        \"base_price_money\": {\n          \"amount\": 1500,\n          \"currency\": \"USD\"\n        },\n        \"discounts\": [\n          {\n            \"name\": \"7% off previous season item\",\n            \"percentage\": \"7\"\n          },\n          {\n            \"name\": \"$3 off Customer Discount\",\n            \"amount_money\": {\n              \"amount\": 300,\n              \"currency\": \"USD\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"Slim Jeans\",\n        \"quantity\": \"1\",\n        \"base_price_money\": {\n          \"amount\": 2500,\n          \"currency\": \"USD\"\n        }\n      },\n      {\n        \"name\": \"Woven Sweater\",\n        \"quantity\": \"3\",\n        \"base_price_money\": {\n          \"amount\": 3500,\n          \"currency\": \"USD\"\n        },\n        \"discounts\": [\n          {\n            \"name\": \"$11 off Customer Discount\",\n            \"amount_money\": {\n              \"amount\": 1100,\n              \"currency\": \"USD\"\n            }\n          }\n        ],\n        \"taxes\": [\n          {\n            \"name\": \"Fair Trade Tax\",\n            \"percentage\": \"5\"\n          }\n        ]\n      }\n    ],\n    \"discounts\": [\n      {\n        \"name\": \"Father's day 12% OFF\",\n        \"percentage\": \"12\"\n      },\n      {\n        \"name\": \"Global Sales $55 OFF\",\n        \"amount_money\": {\n          \"amount\": 5500,\n          \"currency\": \"USD\"\n        }\n      }\n    ],\n    \"taxes\": [\n      {\n        \"name\": \"Sales Tax\",\n        \"percentage\": \"8.5\"\n      }\n    ]\n  },\n  \"ask_for_shipping_address\": true,\n  \"merchant_support_email\": \"merchant+support@website.com\",\n  \"pre_populate_buyer_email\": \"example@email.com\",\n  \"pre_populate_shipping_address\": {\n    \"address_line_1\": \"1455 Market St.\",\n    \"address_line_2\": \"Suite 600\",\n    \"locality\": \"San Francisco\",\n    \"administrative_district_level_1\": \"CA\",\n    \"postal_code\": \"94103\",\n    \"country\": \"US\",\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\"\n  },\n  \"redirect_url\": \"https://merchant.website.com/order-confirm\"\n}"},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/checkouts"},"response":[],"_postman_id":"da9c9a66-1abd-fdb2-b7b4-94fff32c014a"}],"id":"9157ae5b-f875-3333-5596-4687a1c1a1da","description":"Endpoints related to Square Checkout - https://docs.connect.squareup.com/articles/square-checkout-overview","_postman_id":"9157ae5b-f875-3333-5596-4687a1c1a1da"},{"name":"Customers","item":[{"name":"CreateCustomer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"customer_id\", jsonData.customer.id);"]}}],"id":"2371680b-e942-8dc6-9c48-5abe05ce33c9","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"given_name\": \"Amelia\",\n  \"family_name\": \"Earhart\",\n  \"email_address\": \"Amelia.Earhart@example.com\",\n  \"address\": {\n    \"address_line_1\": \"500 Electric Ave\",\n    \"address_line_2\": \"Suite 600\",\n    \"locality\": \"New York\",\n    \"administrative_district_level_1\": \"NY\",\n    \"postal_code\": \"10003\",\n    \"country\": \"US\"\n  },\n  \"phone_number\": \"1-212-555-4240\",\n  \"reference_id\": \"YOUR_REFERENCE_ID\",\n  \"note\": \"a customer\"\n}"},"url":"https://connect.squareup.com/v2/customers","description":"Creates a new customer for the business, which can have associated cards on file."},"response":[],"_postman_id":"2371680b-e942-8dc6-9c48-5abe05ce33c9"},{"name":"ListCustomers","id":"b57ed8d6-75a6-c076-4d9b-0274a9797f4f","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/customers","description":"Lists a business's customers."},"response":[],"_postman_id":"b57ed8d6-75a6-c076-4d9b-0274a9797f4f"},{"name":"RetrieveCustomer","id":"e579b6d3-6005-0ac3-e2e6-68fef99f350a","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/customers/{{customer_id}}","description":"Returns details for a single customer."},"response":[],"_postman_id":"e579b6d3-6005-0ac3-e2e6-68fef99f350a"},{"name":"UpdateCustomer","id":"64a7983c-ee88-baa5-e109-7d0b821dc1bf","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phone_number\": \"\",\n  \"email_address\": \"New.Amelia.Earhart@example.com\",\n  \"note\": \"updated customer note\"\n}"},"url":"https://connect.squareup.com/v2/customers/{{customer_id}}","description":"Updates the details of an existing customer."},"response":[],"_postman_id":"64a7983c-ee88-baa5-e109-7d0b821dc1bf"},{"name":"DeleteCustomer","id":"de6a6436-f80c-6f81-5f6a-09f1af9c93f4","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/customers/{{customer_id}}","description":"Deletes a customer from a business."},"response":[],"_postman_id":"de6a6436-f80c-6f81-5f6a-09f1af9c93f4"},{"name":"CreateCustomerCard","id":"202d9352-fe37-53b3-be78-f33af4435294","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"card_nonce\": \"YOUR_CARD_NONCE\",\n  \"billing_address\": {\n    \"address_line_1\": \"500 Electric Ave\",\n    \"address_line_2\": \"Suite 600\",\n    \"locality\": \"New York\",\n    \"administrative_district_level_1\": \"NY\",\n    \"postal_code\": \"10003\",\n    \"country\": \"US\"\n  },\n  \"cardholder_name\": \"Amelia Earhart\"\n}"},"url":"https://connect.squareup.com/v2/customers/{{customer_id}}/cards","description":"Adds a card on file to an existing customer."},"response":[],"_postman_id":"202d9352-fe37-53b3-be78-f33af4435294"},{"name":"DeleteCustomerCard","id":"63cf228f-b9bc-4671-6b2c-a302e25533e5","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/customers/{{customer_id}}/cards/{{card_id}}","description":"Removes a card on file from a customer."},"response":[],"_postman_id":"63cf228f-b9bc-4671-6b2c-a302e25533e5"}],"id":"456641df-ed9e-60ac-26f6-9f27cb9515e1","_postman_id":"456641df-ed9e-60ac-26f6-9f27cb9515e1"},{"name":"Inventory","item":[{"name":"BatchChangeInventory","id":"27494176-b57d-f943-f75c-634f5f7d600e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Origin","value":"https://connect.squareup.com"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Square-Version","value":"2018-09-18"}],"body":{"mode":"raw","raw":"{\n  \"idempotency_key\": \"8fc6a5b0-9fe8-4b46-b46b-2ef95793abbe\",\n  \"changes\": [\n    {\n      \"type\": \"PHYSICAL_COUNT\",\n      \"physical_count\": {\n        \"reference_id\": \"1536bfbf-efed-48bf-b17d-a197141b2a92\",\n        \"catalog_object_id\": \"W62UWFY35CWMYGVWK6TWJDNI\",\n        \"state\": \"IN_STOCK\",\n        \"location_id\": \"C6W5YS5QM06F5\",\n        \"quantity\": \"53\",\n        \"employee_id\": \"LRK57NSQ5X7PUD05\",\n        \"occurred_at\": \"2016-11-16T22:25:24.878Z\"\n      }\n    }\n  ],\n  \"ignore_unchanged_counts\": true\n}"},"url":"https://connect.squareup.com/v2/inventory/batch-change","description":"https://docs.connect.squareup.com/api/connect/v2#endpoint-batchchangeinventory\n\nApplies adjustments and counts to the provided item quantities.\n\nOn success: returns the current calculated counts for all objects referenced in the request. On failure: returns a list of related errors.\n\nRequired permissions: `INVENTORY_WRITE`"},"response":[],"_postman_id":"27494176-b57d-f943-f75c-634f5f7d600e"},{"name":"BatchRetrieveInventoryChanges","id":"097534f5-f9aa-edce-cb7b-0e75bfa2d003","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Origin","value":"https://connect.squareup.com"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Square-Version","value":"2018-09-18"}],"body":{"mode":"raw","raw":"{\n  \"catalog_object_ids\": [\n    \"W62UWFY35CWMYGVWK6TWJDNI\"\n  ],\n  \"location_ids\": [\n    \"C6W5YS5QM06F5\"\n  ],\n  \"types\": [\n    \"PHYSICAL_COUNT\"\n  ],\n  \"states\": [\n    \"IN_STOCK\"\n  ],\n  \"updated_after\": \"2016-11-01T00:00:00.000Z\",\n  \"updated_before\": \"2016-12-01T00:00:00.000Z\"\n}"},"url":"https://connect.squareup.com/v2/inventory/batch-retrieve-counts","description":"https://docs.connect.squareup.com/api/connect/v2#endpoint-batchretrieveinventorychanges\n\nReturns historical physical counts and adjustments based on the provided filter criteria.\n\nResults are paginated and sorted in ascending order according their occurred_at timestamp (oldest first).\n\nBatchRetrieveInventoryChanges is a catch-all query endpoint for queries that cannot be handled by other, simpler endpoints.\n\nRequired permissions: `INVENTORY_READ`"},"response":[],"_postman_id":"097534f5-f9aa-edce-cb7b-0e75bfa2d003"},{"name":"BatchRetrieveInventoryCounts","id":"933c773d-c6c9-791d-6c92-7405c0496f93","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Origin","value":"https://connect.squareup.com"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Square-Version","value":"2018-09-18"}],"body":{"mode":"raw","raw":"{\n  \"catalog_object_ids\": [\n    \"W62UWFY35CWMYGVWK6TWJDNI\"\n  ],\n  \"location_ids\": [\n    \"59TNP9SA8VGDA\"\n  ],\n  \"updated_after\": \"2016-11-16T00:00:00.000Z\"\n}"},"url":"https://connect.squareup.com/v2/inventory/batch-retrieve-counts","description":"https://docs.connect.squareup.com/api/connect/v2#endpoint-batchretrieveinventorycounts\n\nReturns current counts for the provided CatalogObjects at the requested Locations.\n\nResults are paginated and sorted in descending order according to their calculated_at timestamp (newest first).\n\nWhen updated_at is specified, only counts that have changed since that time (based on the server timestamp for the most recent change) are returned. This allows clients to perform a \"sync\" operation, for example in response to receiving a Webhook notification.\n\nRequired permissions: `INVENTORY_READ`"},"response":[],"_postman_id":"933c773d-c6c9-791d-6c92-7405c0496f93"},{"name":"RetrieveInventoryAdjustment","id":"30d2da31-f0b8-1724-e631-58e4091aabd6","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Origin","value":"https://connect.squareup.com"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Square-Version","value":"2018-09-18"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/inventory/adjustment/{{adjustment_id}}","description":"https://docs.connect.squareup.com/api/connect/v2#endpoint-retrieveinventoryadjustment\n\nReturns the InventoryAdjustment object with the provided adjustment_id.\n\nRequired permissions: `INVENTORY_READ`\n\n"},"response":[],"_postman_id":"30d2da31-f0b8-1724-e631-58e4091aabd6"},{"name":"RetrieveInventoryChanges","id":"903a9c44-01ea-09d1-fb7c-ca1e5b8829ba","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Origin","value":"https://connect.squareup.com"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Square-Version","value":"2018-09-18"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/inventory/{{catalog_object_id}}/changes","description":"https://docs.connect.squareup.com/api/connect/v2#endpoint-retrieveinventorychanges\n\nReturns a set of physical counts and inventory adjustments for the provided CatalogObject at the requested Locations.\n\nResults are paginated and sorted in descending order according to their occurred_at timestamp (newest first).\n\nThere are no limits on how far back the caller can page. This endpoint is useful when displaying recent changes for a specific item. For more sophisticated queries, use a batch endpoint.\n\nRequired permissions: `INVENTORY_READ`"},"response":[],"_postman_id":"903a9c44-01ea-09d1-fb7c-ca1e5b8829ba"},{"name":"RetrieveInventoryCount","id":"72e7765b-c2d7-6d80-2bba-203fcfec3b15","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Origin","value":"https://connect.squareup.com"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Square-Version","value":"2018-09-18"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/inventory/{{catalog_object_id}}","description":"https://docs.connect.squareup.com/api/connect/v2#endpoint-retrieveinventorycount\n\nRetrieves the current calculated stock count for a given CatalogObject at a given set of Locations. Responses are paginated and unsorted. For more sophisticated queries, use a batch endpoint.\n\nRequired permissions: `INVENTORY_READ`"},"response":[],"_postman_id":"72e7765b-c2d7-6d80-2bba-203fcfec3b15"},{"name":"RetrieveInventoryPhysicalCount","id":"9f923b9b-94cf-9770-c114-cf56bca546ed","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Origin","value":"https://connect.squareup.com"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Square-Version","value":"2018-09-18"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/inventory/physical-count/{{physical_count_id}}","description":"https://docs.connect.squareup.com/api/connect/v2#endpoint-retrieveinventoryphysicalcount\n\nReturns the InventoryPhysicalCount object with the provided physical_count_id.\n\nRequired permissions: `INVENTORY_READ`\n\n"},"response":[],"_postman_id":"9f923b9b-94cf-9770-c114-cf56bca546ed"}],"id":"f4f02eaa-fa3c-ce89-7061-3ba731bf9383","description":"https://docs.connect.squareup.com/api/connect/v2#navsection-inventory","_postman_id":"f4f02eaa-fa3c-ce89-7061-3ba731bf9383"},{"name":"Locations","item":[{"name":"ListLocations","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"location_id\", jsonData.locations[1].id);"]}}],"id":"68a72045-88d1-5882-cbcc-aff3c07eefe4","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/locations","description":"Provides summary information for all of a business's locations."},"response":[],"_postman_id":"68a72045-88d1-5882-cbcc-aff3c07eefe4"}],"id":"daba2ab9-b203-3136-5bc1-feeaec8567f3","description":"https://docs.connect.squareup.com/api/connect/v2#navsection-locations","_postman_id":"daba2ab9-b203-3136-5bc1-feeaec8567f3"},{"name":"Oauth","item":[{"name":"Oauth Renew","id":"14422159-023d-2951-923d-b428cef754d8","request":{"method":"POST","header":[{"key":"Authorization","value":"Client  {{oauth_secret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"access_token\": \"{{access_token}}\"\n}"},"url":"https://connect.squareup.com/oauth2/clients/{{client_id}}/access-token/renew","description":"Renew's an access token"},"response":[],"_postman_id":"14422159-023d-2951-923d-b428cef754d8"}],"id":"df205537-fd94-d849-d969-97208bd8b366","_postman_id":"df205537-fd94-d849-d969-97208bd8b366"},{"name":"Orders","item":[{"name":"Create Order","id":"3adbc0e7-524e-51fa-16eb-d2f71e8f1cbe","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"idempotency_key\": \"{{$guid}}\",\n  \"reference_id\": \"my-order-001\",\n  \"line_items\": [\n    {\n      \"name\": \"New York Strip Steak\",\n      \"quantity\": \"1\",\n      \"base_price_money\": {\n        \"amount\": 1599,\n        \"currency\": \"USD\"\n      }\n    }\n  ],\n  \"taxes\": [\n    {\n      \"name\": \"State Sales Tax\",\n      \"percentage\": \"9\"\n    }\n  ],\n  \"discounts\": [\n    {\n      \"name\": \"Labor Day Sale\",\n      \"percentage\": \"5\"\n    }\n  ]\n}"},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/orders","description":"https://docs.connect.squareup.com/api/connect/v2#endpoint-createorder"},"response":[],"_postman_id":"3adbc0e7-524e-51fa-16eb-d2f71e8f1cbe"},{"name":"Batch Retrieve Orders","id":"dce49ada-f9cf-5066-b65d-2b3932dcd5c9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"order_ids\": [\n  \t\"{{order_id}}\"\n  \t]\n}"},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/orders/batch-retrieve","description":"https://docs.connect.squareup.com/api/connect/v2#endpoint-createorder"},"response":[],"_postman_id":"dce49ada-f9cf-5066-b65d-2b3932dcd5c9"}],"id":"67b82ad0-69f2-27e7-8001-0f7843ee3243","description":"https://docs.connect.squareup.com/api/connect/v2#navsection-orders","_postman_id":"67b82ad0-69f2-27e7-8001-0f7843ee3243"},{"name":"Transactions","item":[{"name":"Charge","id":"e0f68f5f-34b6-a981-9e29-d68de0677189","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"idempotency_key\": \"{{$guid}}\",\n  \"shipping_address\": {\n    \"address_line_1\": \"123 Main St\",\n    \"locality\": \"San Francisco\",\n    \"administrative_district_level_1\": \"CA\",\n    \"postal_code\": \"94114\",\n    \"country\": \"US\"\n  },\n  \"billing_address\": {\n    \"address_line_1\": \"500 Electric Ave\",\n    \"address_line_2\": \"Suite 600\",\n    \"administrative_district_level_1\": \"NY\",\n    \"locality\": \"New York\",\n    \"postal_code\": \"10003\",\n    \"country\": \"US\"\n  },\n  \"amount_money\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"card_nonce\": \"CBASEMUysXN3b-R7HQkpMD3Gucg\",\n  \"reference_id\": \"some optional reference id\",\n  \"note\": \"some optional note\",\n  \"customer_id\":\"1234\",\n  \"delay_capture\": false\n}\n\n\n\n"},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/transactions","description":"Charges a card represented by a token."},"response":[],"_postman_id":"e0f68f5f-34b6-a981-9e29-d68de0677189"},{"name":"ListTransactions","id":"c1a248f6-ab42-6cf5-c934-86315e3f41d2","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/transactions","description":"Lists transactions for a particular location.\n\nWhen making a request to this endpoint, your request body **must** include either the `cursor` parameter, or it must\ninclude both `begin_time` and `end_time` with an optional `sort_order`."},"response":[],"_postman_id":"c1a248f6-ab42-6cf5-c934-86315e3f41d2"},{"name":"CaptureTransaction","id":"6a29e048-ae49-09c1-2759-dcb1a993b32e","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/transactions/{{transaction_id}}/capture","description":"Captures a transaction that was created with the **Charge**\nendpoint with a `delay_capture` value of `true`."},"response":[],"_postman_id":"6a29e048-ae49-09c1-2759-dcb1a993b32e"},{"name":"RetrieveTransaction","id":"a908a23f-38b7-e09b-cc58-74c481ce1050","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/transactions/{{transaction_id}}","description":"Retrieves details for a single transaction."},"response":[],"_postman_id":"a908a23f-38b7-e09b-cc58-74c481ce1050"},{"name":"VoidTransaction","id":"71b369ea-0bf4-cf0b-76f0-4605b9f120a2","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/transactions/{{transaction_id}}/void","description":"Cancels a transaction that was created with the **Charge**\nendpoint with a `delay_capture` value of `true`."},"response":[],"_postman_id":"71b369ea-0bf4-cf0b-76f0-4605b9f120a2"},{"name":"CreateRefund","id":"a2484b1f-9574-3e49-1db7-4a698f34dce7","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"idempotency_key\": \"YOUR_IDEMPOTENCY_KEY\",\n  \"tender_id\": \"TENDER_ID\",\n  \"reason\": \"a reason\",\n  \"amount_money\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}"},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/transactions/{{transaction_id}}/refund","description":"Initiates a refund for a previously charged tender."},"response":[],"_postman_id":"a2484b1f-9574-3e49-1db7-4a698f34dce7"},{"name":"ListRefunds","id":"3e804c95-97de-3938-1aa9-9753d42da148","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/locations/{[location_id}}/refunds","description":"Lists refunds for one of a business's locations."},"response":[],"_postman_id":"3e804c95-97de-3938-1aa9-9753d42da148"}],"id":"9f76b4d5-29de-0492-9ed8-9c9ad8b88469","_postman_id":"9f76b4d5-29de-0492-9ed8-9c9ad8b88469"},{"name":"v1 Reference ","item":[{"name":"Retrieve Business","id":"a46921bc-c03e-931c-c1b9-6ef729f5e49b","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/me"},"response":[],"_postman_id":"a46921bc-c03e-931c-c1b9-6ef729f5e49b"},{"name":"Retrieve Business","id":"ad06168f-5c6b-3e78-1164-4f60dae0222c","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/{{location_id}}/business"},"response":[],"_postman_id":"ad06168f-5c6b-3e78-1164-4f60dae0222c"},{"name":"List Locations","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"location_id\", jsonData[0].id);",""]}}],"id":"98e61643-6bb7-ab6b-f28c-81e614ea143e","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/me/locations"},"response":[],"_postman_id":"98e61643-6bb7-ab6b-f28c-81e614ea143e"},{"name":"Create Employee","id":"3448c6da-950d-9a54-3ed3-acb17f4ee782","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Amelia\",\n  \"last_name\": \"Earhart\",\n  \"role_ids\": [\"a1265191-2105-7cd8-7c8539267308\"],\n  \"email\": \"amelia@example.com\"\n}"},"url":"https://connect.squareup.com/v1/me/employees"},"response":[],"_postman_id":"3448c6da-950d-9a54-3ed3-acb17f4ee782"},{"name":"List Employees","id":"b8fe2bef-f946-1511-6e63-ff9c01ff3b6d","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/me/employees"},"response":[],"_postman_id":"b8fe2bef-f946-1511-6e63-ff9c01ff3b6d"},{"name":"Retrieve Employee","id":"00088a69-67c8-c2b5-2a7b-6231eb9f210a","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/me/employees/{{employee_id}}"},"response":[],"_postman_id":"00088a69-67c8-c2b5-2a7b-6231eb9f210a"},{"name":"Create Role","id":"89348a98-a7cf-428b-eca3-f833100df453","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Manager\",\n  \"permissions\": [\n    \"REGISTER_APPLY_RESTRICTED_DISCOUNTS\",\n    \"REGISTER_ISSUE_REFUNDS\",\n    \"REGISTER_OPEN_CASH_DRAWER_OUTSIDE_SALE\"\n  ],\n  \"is_owner\": false\n}"},"url":"https://connect.squareup.com/v1/me/roles"},"response":[],"_postman_id":"89348a98-a7cf-428b-eca3-f833100df453"},{"name":"List Roles","id":"4e5d8b46-037a-0c66-1a34-664884e2d83d","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Manager\",\n  \"permissions\": [\n    \"REGISTER_APPLY_RESTRICTED_DISCOUNTS\",\n    \"REGISTER_ISSUE_REFUNDS\",\n    \"REGISTER_OPEN_CASH_DRAWER_OUTSIDE_SALE\"\n  ],\n  \"is_owner\": false\n}"},"url":"https://connect.squareup.com/v1/me/roles"},"response":[],"_postman_id":"4e5d8b46-037a-0c66-1a34-664884e2d83d"},{"name":"Retrieve Role","id":"980e3f71-2a5d-a0dd-b781-8054a88cfe37","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Manager\",\n  \"permissions\": [\n    \"REGISTER_APPLY_RESTRICTED_DISCOUNTS\",\n    \"REGISTER_ISSUE_REFUNDS\",\n    \"REGISTER_OPEN_CASH_DRAWER_OUTSIDE_SALE\"\n  ],\n  \"is_owner\": false\n}"},"url":"https://connect.squareup.com/v1/me/roles/{{role_id}}"},"response":[],"_postman_id":"980e3f71-2a5d-a0dd-b781-8054a88cfe37"},{"name":"Update Role","id":"790dcf91-9744-0017-3fd9-2cd9c5c8c4f1","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mega Manager\",\n  \"permissions\": [\n    \"REGISTER_APPLY_RESTRICTED_DISCOUNTS\",\n    \"REGISTER_ISSUE_REFUNDS\",\n    \"REGISTER_OPEN_CASH_DRAWER_OUTSIDE_SALE\"\n  ],\n  \"is_owner\": false\n}"},"url":"https://connect.squareup.com/v1/me/roles/{{role_id}}"},"response":[],"_postman_id":"790dcf91-9744-0017-3fd9-2cd9c5c8c4f1"},{"name":"Create Timecard","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"timecard_id\", jsonData.id);"]}}],"id":"074c3890-8d8f-627c-3ff4-004610ddd0b4","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"employee_id\": \"{{employee_id}}\"\n}"},"url":"https://connect.squareup.com/v1/me/timecards"},"response":[],"_postman_id":"074c3890-8d8f-627c-3ff4-004610ddd0b4"},{"name":"List Timecards","id":"91a1ad77-7faa-7865-dc3d-b14599889d91","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"employee_id\": \"{{employee_id}}\"\n}"},"url":"https://connect.squareup.com/v1/me/timecards"},"response":[],"_postman_id":"91a1ad77-7faa-7865-dc3d-b14599889d91"},{"name":"Retrieve Timecard","id":"c8a72504-0680-6a07-239c-c5a5b0118651","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"employee_id\": \"{{employee_id}}\"\n}"},"url":"https://connect.squareup.com/v1/me/timecards/{{timecard_id}}"},"response":[],"_postman_id":"c8a72504-0680-6a07-239c-c5a5b0118651"},{"name":"Update Timecard","id":"3b64a999-08c7-abd7-dc14-af5179b82077","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clockin_time\": \"2014-11-15T09:00:00Z\",\n  \"clockout_time\": \"2014-11-15T16:00:00Z\"\n}"},"url":"https://connect.squareup.com/v1/me/timecards/{{timecard_id}}"},"response":[],"_postman_id":"3b64a999-08c7-abd7-dc14-af5179b82077"},{"name":"Delete Timecard","id":"73756281-c517-03b3-54ed-0ddccab3f789","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clockin_time\": \"2014-11-15T09:00:00Z\",\n  \"clockout_time\": \"2014-11-15T16:00:00Z\"\n}"},"url":"https://connect.squareup.com/v1/me/timecards/{{timecard_id}}"},"response":[],"_postman_id":"73756281-c517-03b3-54ed-0ddccab3f789"},{"name":"List Timecard Events","id":"5c94a2dc-766d-b04b-48d1-82443661fa97","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clockin_time\": \"2014-11-15T09:00:00Z\",\n  \"clockout_time\": \"2014-11-15T16:00:00Z\"\n}"},"url":"https://connect.squareup.com/v1/me/timecards/{{timecard_id}}/events"},"response":[],"_postman_id":"5c94a2dc-766d-b04b-48d1-82443661fa97"},{"name":"List Cash Drawer Shifts","id":"45f66ba0-4f7b-ac2e-65e0-2eab4c7d9855","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/{{location_id}}/cash-drawer-shift"},"response":[],"_postman_id":"45f66ba0-4f7b-ac2e-65e0-2eab4c7d9855"},{"name":"Retrieve Cash Drawer Shift","id":"4c8d48b0-61cc-03e3-98ad-0b5c77b9b49a","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/{{location_id}}/cash-drawer-shift/{{shift_id}}"},"response":[],"_postman_id":"4c8d48b0-61cc-03e3-98ad-0b5c77b9b49a"},{"name":"List Payments","id":"df855a00-891c-eccc-7d96-00436c83a7c0","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/{{location_id}}/payments"},"response":[],"_postman_id":"df855a00-891c-eccc-7d96-00436c83a7c0"},{"name":"Retrieve Payment","id":"d5b284c0-4af1-d1fd-1b76-82d8906e1d32","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/{{location_id}}/payments/{{payment_id}}"},"response":[],"_postman_id":"d5b284c0-4af1-d1fd-1b76-82d8906e1d32"},{"name":"List Settlements","id":"72598e6e-7264-4f52-2b21-842af953a8e3","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/{{location_id}}/settlements"},"response":[],"_postman_id":"72598e6e-7264-4f52-2b21-842af953a8e3"},{"name":"Retrieve Settlement","id":"fd086234-1a4d-15c1-1fd4-f0ccf65c5e4b","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com//v1/{{location_id}}/settlements/{{settlement_id}}"},"response":[],"_postman_id":"fd086234-1a4d-15c1-1fd4-f0ccf65c5e4b"},{"name":"Create Refund","id":"86ec9879-a57e-6a2a-ac76-a82087553996","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payment_id\": \"JHiyZ8vZdHQ0zT7zFVU3JQB\",\n  \"type\": \"FULL\",\n  \"reason\": \"Returned Goods\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/refunds"},"response":[],"_postman_id":"86ec9879-a57e-6a2a-ac76-a82087553996"},{"name":"List Refunds","id":"d68c47dc-80d1-070c-91ee-91e3805915a7","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payment_id\": \"{{payment_id}}\",\n  \"type\": \"FULL\",\n  \"reason\": \"Returned Goods\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/refunds"},"response":[],"_postman_id":"d68c47dc-80d1-070c-91ee-91e3805915a7"},{"name":"List Orders","id":"f2e494c3-6ea6-b9b4-5c1a-16ccd29b837f","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payment_id\": \"{{payment_id}}\",\n  \"type\": \"FULL\",\n  \"reason\": \"Returned Goods\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/orders"},"response":[],"_postman_id":"f2e494c3-6ea6-b9b4-5c1a-16ccd29b837f"},{"name":"Retrieve Order","id":"05c9cfcf-45df-1b09-7af3-384354e3d8cb","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payment_id\": \"{{payment_id}}\",\n  \"type\": \"FULL\",\n  \"reason\": \"Returned Goods\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/orders/{{order_id}}"},"response":[],"_postman_id":"05c9cfcf-45df-1b09-7af3-384354e3d8cb"},{"name":"Update Order","id":"b7ee3ae0-9b31-f0fe-4dde-2a1adb438653","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"CANCEL\",\n  \"canceled_note\": \"customer didn't want. \"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/orders/{{order_id}}"},"response":[],"_postman_id":"b7ee3ae0-9b31-f0fe-4dde-2a1adb438653"},{"name":"List Bank Accounts","id":"3933eb29-98b7-09d0-4036-b99724107500","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/{{location_id}}/bank-accounts"},"response":[],"_postman_id":"3933eb29-98b7-09d0-4036-b99724107500"},{"name":"Retrieve Bank Account","id":"f7ca01ec-8482-b005-ffbf-11add1f402ff","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v1/{{location_id}}/bank-accounts/{bank_account_id}"},"response":[],"_postman_id":"f7ca01ec-8482-b005-ffbf-11add1f402ff"},{"name":"Create Item","id":"b528e568-d61d-b1c9-0d82-095e159c29bf","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Milkshake\",\n  \"description\": \"It's better than yours\",\n  \"visibility\": \"PRIVATE\",\n  \"variations\": [\n    {\n      \"name\": \"Small\",\n      \"pricing_type\": \"FIXED_PRICING\",\n      \"price_money\": {\n        \"currency_code\": \"USD\",\n        \"amount\": 400\n      },\n      \"sku\": \"123\"\n    }\n  ]\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/items"},"response":[],"_postman_id":"b528e568-d61d-b1c9-0d82-095e159c29bf"},{"name":"List Items","id":"33e91cb2-38d7-df1b-bc4f-4bee48432c88","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Milkshake\",\n  \"description\": \"It's better than yours\",\n  \"visibility\": \"PRIVATE\",\n  \"variations\": [\n    {\n      \"name\": \"Small\",\n      \"pricing_type\": \"FIXED_PRICING\",\n      \"price_money\": {\n        \"currency_code\": \"USD\",\n        \"amount\": 400\n      },\n      \"sku\": \"123\"\n    }\n  ]\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/items"},"response":[],"_postman_id":"33e91cb2-38d7-df1b-bc4f-4bee48432c88"},{"name":"Retrieve Item","id":"3594e0f4-3357-2ae0-b529-d7d4b17e00ca","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Milkshake\",\n  \"description\": \"It's better than yours\",\n  \"visibility\": \"PRIVATE\",\n  \"variations\": [\n    {\n      \"name\": \"Small\",\n      \"pricing_type\": \"FIXED_PRICING\",\n      \"price_money\": {\n        \"currency_code\": \"USD\",\n        \"amount\": 400\n      },\n      \"sku\": \"123\"\n    }\n  ]\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/items/{{item_id}}"},"response":[],"_postman_id":"3594e0f4-3357-2ae0-b529-d7d4b17e00ca"},{"name":"Update Item","id":"ed3c2304-55b9-abe8-de7c-8a3c9d5edd8b","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Milkshake v2\",\n  \"description\": \"It's better than yours\",\n  \"visibility\": \"PRIVATE\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/items/{{item_id}}"},"response":[],"_postman_id":"ed3c2304-55b9-abe8-de7c-8a3c9d5edd8b"},{"name":"Delete Item","id":"6272fff8-dbd2-eb17-b369-5e9db4800b47","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.squareup.com/v1/{{location_id}}/items/{{item_id}}"},"response":[],"_postman_id":"6272fff8-dbd2-eb17-b369-5e9db4800b47"},{"name":"Upload Item image","id":"d88fde25-c96e-5c41-243e-4418dfb19be4","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"image_data","value":null,"type":"file"}]},"url":"https://connect.squareup.com/v1/{{location_id}}/items/{{item_id}}/image"},"response":[],"_postman_id":"d88fde25-c96e-5c41-243e-4418dfb19be4"},{"name":"Create Item Variation","id":"4de57d2e-577e-f106-e9aa-de1ff5cb635e","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Large\",\n  \"price_money\": {\n    \"currency_code\": \"USD\",\n    \"amount\": 400\n  },\n  \"track_inventory\": true,\n  \"inventory_alert_type\": \"LOW_QUANTITY\",\n  \"inventory_alert_threshold\": 10,\n  \"user_data\": \"SEASONAL=TRUE\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/items/{{item_id}}/variations"},"response":[],"_postman_id":"4de57d2e-577e-f106-e9aa-de1ff5cb635e"},{"name":"Update Item Variation","id":"ca4db7f3-bddb-7aaf-525e-8c5d2bf0e7d3","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Large\",\n  \"price_money\": {\n    \"currency_code\": \"USD\",\n    \"amount\": 400\n  },\n  \"track_inventory\": true,\n  \"inventory_alert_type\": \"LOW_QUANTITY\",\n  \"inventory_alert_threshold\": 10,\n  \"user_data\": \"SEASONAL=TRUE\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/items/{{item_id}}/variations/{{variation_id}}"},"response":[],"_postman_id":"ca4db7f3-bddb-7aaf-525e-8c5d2bf0e7d3"},{"name":"Delete Item Variation","id":"3aad172c-5d75-3faf-79aa-d94bf4830d1c","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"X-Large\",\n  \"price_money\": {\n    \"currency_code\": \"USD\",\n    \"amount\": 400\n  },\n  \"track_inventory\": true,\n  \"inventory_alert_type\": \"LOW_QUANTITY\",\n  \"inventory_alert_threshold\": 10,\n  \"user_data\": \"SEASONAL=TRUE\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/items/{{item_id}}/variations/{{variation_id}}"},"response":[],"_postman_id":"3aad172c-5d75-3faf-79aa-d94bf4830d1c"},{"name":"List Inventory","id":"1bf57d5e-7290-1ccc-17a1-934f9bb85e5c","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"X-Large\",\n  \"price_money\": {\n    \"currency_code\": \"USD\",\n    \"amount\": 400\n  },\n  \"track_inventory\": true,\n  \"inventory_alert_type\": \"LOW_QUANTITY\",\n  \"inventory_alert_threshold\": 10,\n  \"user_data\": \"SEASONAL=TRUE\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/inventory"},"response":[],"_postman_id":"1bf57d5e-7290-1ccc-17a1-934f9bb85e5c"},{"name":"Adjust Inventory","id":"e4a0131a-43c6-dc36-1c9d-919bc95a340d","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quantity_delta\": -1,\n  \"adjustment_type\": \"SALE\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/inventory/{{variation_id}}"},"response":[],"_postman_id":"e4a0131a-43c6-dc36-1c9d-919bc95a340d"},{"name":"Create Item Modifer List","id":"f9b0bbb7-662b-3afd-1281-178111d50e86","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Toppings\",\n  \"selection_type\": \"MULTIPLE\",\n  \"modifier_options\": [\n    {\n      \"name\": \"Whipped Cream\",\n      \"price_money\": {\n        \"currency_code\": \"USD\",\n        \"amount\": 50\n      }\n    }\n  ]\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/modifier-lists"},"response":[],"_postman_id":"f9b0bbb7-662b-3afd-1281-178111d50e86"},{"name":"List Item Modifer List","id":"204342ee-c8f9-5c79-255b-51745750c842","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Toppings\",\n  \"selection_type\": \"MULTIPLE\",\n  \"modifier_options\": [\n    {\n      \"name\": \"Whipped Cream\",\n      \"price_money\": {\n        \"currency_code\": \"USD\",\n        \"amount\": 50\n      }\n    }\n  ]\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/modifier-lists"},"response":[],"_postman_id":"204342ee-c8f9-5c79-255b-51745750c842"},{"name":"Retrieve Modifer List","id":"9a470f64-52bd-063e-c6f3-8d127461ee17","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Toppings\",\n  \"selection_type\": \"MULTIPLE\",\n  \"modifier_options\": [\n    {\n      \"name\": \"Whipped Cream\",\n      \"price_money\": {\n        \"currency_code\": \"USD\",\n        \"amount\": 50\n      }\n    }\n  ]\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/modifier-lists/{{modifier_list_id}}"},"response":[],"_postman_id":"9a470f64-52bd-063e-c6f3-8d127461ee17"},{"name":"Update Modifer List","id":"88f5a47a-b3b0-d6fc-7b44-49208fee404e","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Toppings\",\n  \"selection_type\": \"MULTIPLE\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/modifier-lists/{{modifier_list_id}}"},"response":[],"_postman_id":"88f5a47a-b3b0-d6fc-7b44-49208fee404e"},{"name":"Delete Modifer List","id":"f4137439-4a36-00ae-1ecf-135caee953da","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.squareup.com/v1/{{location_id}}/modifier-lists/{{modifier_list_id}}"},"response":[],"_postman_id":"f4137439-4a36-00ae-1ecf-135caee953da"},{"name":"Apply Modifer List","id":"befcd935-0d53-c232-d963-a01b7b08b549","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.squareup.com/v1/{{location_id}}/items/{{item_id}}/modifier-lists/{{modifier_list_id}}"},"response":[],"_postman_id":"befcd935-0d53-c232-d963-a01b7b08b549"},{"name":"Remove Modifer List","id":"a6c2c056-881d-9274-80af-1b2c19c689df","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.squareup.com/v1/{{location_id}}/items/{{item_id}}/modifier-lists/{{modifier_list_id}}"},"response":[],"_postman_id":"a6c2c056-881d-9274-80af-1b2c19c689df"},{"name":"Create Item Modifer Option","id":"eb41e7f1-1d36-c873-5237-d423e7d1749f","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sprinkles\",\n  \"price_money\": {\n    \"currency_code\": \"USD\",\n    \"amount\": 50\n  }\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/modifier-lists/{{modifier_list_id}}/modifier-options"},"response":[],"_postman_id":"eb41e7f1-1d36-c873-5237-d423e7d1749f"},{"name":"Update Item Modifer Option","id":"b9f4b24b-4d83-135b-d57a-304445046650","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sprinkles\",\n  \"price_money\": {\n    \"currency_code\": \"USD\",\n    \"amount\": 150\n  }\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/modifier-lists/{{modifier_list_id}}/modifier-options/{{modifier_option_id}}"},"response":[],"_postman_id":"b9f4b24b-4d83-135b-d57a-304445046650"},{"name":"Delete Item Modifer Option","id":"76e31367-0f5f-2578-7d7a-91916b773bb2","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sprinkles\",\n  \"price_money\": {\n    \"currency_code\": \"USD\",\n    \"amount\": 150\n  }\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/modifier-lists/{{modifier_list_id}}/modifier-options/{{modifier_option_id}}"},"response":[],"_postman_id":"76e31367-0f5f-2578-7d7a-91916b773bb2"},{"name":"Create Item Category","id":"bb23dd6b-617f-6d8c-935b-bd64c6225435","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Beverages\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/categories"},"response":[],"_postman_id":"bb23dd6b-617f-6d8c-935b-bd64c6225435"},{"name":"List Item Categories","id":"0f01a650-a3d4-6d09-ca59-629c20d568e5","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Drinks\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/categories/"},"response":[],"_postman_id":"0f01a650-a3d4-6d09-ca59-629c20d568e5"},{"name":"Delete Item Categories","id":"834bb58f-4fad-25ac-1d28-53dcef7e9002","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.squareup.com/v1/{{location_id}}/categories/{{category_id}}"},"response":[],"_postman_id":"834bb58f-4fad-25ac-1d28-53dcef7e9002"},{"name":"Update Item Categories","id":"142077b2-d522-ceb8-0fb3-119df85251f1","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Drinks\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/categories/{{category_id}}"},"response":[],"_postman_id":"142077b2-d522-ceb8-0fb3-119df85251f1"},{"name":"Create Item Discount","id":"7c205d66-d871-820c-43b4-a6ce19378998","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pin_required\": false,\n  \"discount_type\": \"FIXED\",\n  \"name\": \"Early Bird\",\n  \"rate\": \"0.1\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/discounts"},"response":[],"_postman_id":"7c205d66-d871-820c-43b4-a6ce19378998"},{"name":"List Item Discounts","id":"60fdda8d-d874-4b61-71d7-e78bd1aad61d","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pin_required\": false,\n  \"discount_type\": \"FIXED\",\n  \"name\": \"Early Bird\",\n  \"rate\": \"0.1\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/discounts"},"response":[],"_postman_id":"60fdda8d-d874-4b61-71d7-e78bd1aad61d"},{"name":"Update Item Discount","id":"3c0e98c8-ec7b-54d0-45ac-1683c10006e3","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pin_required\": false,\n  \"discount_type\": \"FIXED\",\n  \"name\": \"Earlier Bird\",\n  \"rate\": \"0.1\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/discounts/{{discount_id}}"},"response":[],"_postman_id":"3c0e98c8-ec7b-54d0-45ac-1683c10006e3"},{"name":"Delete Item Discount","id":"a9b21259-f063-a741-8b87-ece1925202df","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.squareup.com/v1/{{location_id}}/discounts/{{discount_id}}"},"response":[],"_postman_id":"a9b21259-f063-a741-8b87-ece1925202df"},{"name":"Create Item Fee","id":"b5344878-f848-2609-b3a4-12b99d55c6d1","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sales tax\",\n  \"rate\": \"0.06\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/fees"},"response":[],"_postman_id":"b5344878-f848-2609-b3a4-12b99d55c6d1"},{"name":"List Item Fees","id":"66d336bc-736d-cc60-1fbd-afcf0ea9feeb","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sales tax\",\n  \"rate\": \"0.06\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/fees"},"response":[],"_postman_id":"66d336bc-736d-cc60-1fbd-afcf0ea9feeb"},{"name":"Update Item Fee","id":"896b1858-3c39-7290-92af-05fe5b535a37","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sales tax\",\n  \"rate\": \"0.07\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/fees/{{fee_id}}"},"response":[],"_postman_id":"896b1858-3c39-7290-92af-05fe5b535a37"},{"name":"Delete Item Fee","id":"9bf396c5-dc47-66c6-b714-e434411a2a09","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.squareup.com/v1/{{location_id}}/fees/{{fee_id}}"},"response":[],"_postman_id":"9bf396c5-dc47-66c6-b714-e434411a2a09"},{"name":"Apply Item Fee","id":"bbb534f6-03ff-e372-d216-2bac8d9f984f","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.squareup.com/v1/{{location_id}}/items/{{item_id}}/fees/{{fee_id}}"},"response":[],"_postman_id":"bbb534f6-03ff-e372-d216-2bac8d9f984f"},{"name":"Remove Item Fee","id":"f6b7f2f2-a654-f277-d3ec-80336eed8c85","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.squareup.com/v1/{{location_id}}/items/{{item_id}}/fees/{{fee_id}}"},"response":[],"_postman_id":"f6b7f2f2-a654-f277-d3ec-80336eed8c85"},{"name":"Create Item Page","id":"7c7c05df-546e-8a9a-6016-8e9b3878a8c6","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Lunch Items\",\n  \"page_index\": 0\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/pages"},"response":[],"_postman_id":"7c7c05df-546e-8a9a-6016-8e9b3878a8c6"},{"name":"List Item Pages","id":"a64c56d7-19ea-dd72-003d-f770a8697417","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Lunch Items\",\n  \"page_index\": 0\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/pages"},"response":[],"_postman_id":"a64c56d7-19ea-dd72-003d-f770a8697417"},{"name":"Update Item Page","id":"14617167-3813-583c-c18d-fb3f845d1efa","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Dinner Items\",\n  \"page_index\": 0\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/pages/{{page_id}}"},"response":[],"_postman_id":"14617167-3813-583c-c18d-fb3f845d1efa"},{"name":"Delete Item Page","id":"884a5162-4a13-eac5-5bf7-07ea65a39835","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.squareup.com/v1/{{location_id}}/pages/{{page_id}}"},"response":[],"_postman_id":"884a5162-4a13-eac5-5bf7-07ea65a39835"},{"name":"Update Item Page Cell","id":"be4e1119-b427-810a-aba5-8949efeaec2d","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"row\": 0,\n  \"column\": 0,\n  \"object_type\": \"ITEM\",\n  \"object_id\": \"{{object_id}}\"\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/pages/{{page_id}}/cells"},"response":[],"_postman_id":"be4e1119-b427-810a-aba5-8949efeaec2d"},{"name":"Delete Item Page Cell","id":"dd853ea8-c82f-dd32-3db8-06a34f81b448","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.squareup.com/v1/{{location_id}}/pages/{{page_id}}/cells"},"response":[],"_postman_id":"dd853ea8-c82f-dd32-3db8-06a34f81b448"},{"name":"Submit Batch","id":"c949b94d-a6a0-3a10-d085-0edd435350cf","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"requests\": [\n    {\n      \"method\": \"POST\",\n      \"relative_path\": \"/v1/{{location_id}}/categories\",\n      \"access_token\": \"{{access_token}}\",\n      \"body\": {\n        \"name\": \"Salads\"\n      },\n      \"request_id\": \"MyRequestID\"\n    }\n  ]\n}"},"url":"https://connect.squareup.com/v1/batch"},"response":[],"_postman_id":"c949b94d-a6a0-3a10-d085-0edd435350cf"},{"name":"List Webhooks","id":"bd943b5d-89a5-7cc6-3138-52e93afecae9","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"requests\": [\n    {\n      \"method\": \"POST\",\n      \"relative_path\": \"/v1/{{location_id}}/categories\",\n      \"access_token\": \"{{access_token}}\",\n      \"body\": {\n        \"name\": \"Salads\"\n      },\n      \"request_id\": \"MyRequestID\"\n    }\n  ]\n}"},"url":"https://connect.squareup.com/v1/{{location_id}}/webhooks"},"response":[],"_postman_id":"bd943b5d-89a5-7cc6-3138-52e93afecae9"},{"name":"Update Webhooks","id":"e3974994-2ae0-8a2f-cba3-b3a0fd721ee6","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\"PAYMENT_UPDATED\"]\n"},"url":"https://connect.squareup.com/v1/{{location_id}}/webhooks"},"response":[],"_postman_id":"e3974994-2ae0-8a2f-cba3-b3a0fd721ee6"}],"id":"e8c17404-f7a6-52a7-9e1b-d79ba11874e3","description":"An exhaustive collection of all of the Connect v1 Endpoints","_postman_id":"e8c17404-f7a6-52a7-9e1b-d79ba11874e3"},{"name":"ApplePay","item":[{"name":"RegisterDomain","id":"45b82d37-3e51-0715-ddac-9f07e51603f1","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"domain_name\": \"example.com\"\n}"},"url":"https://connect.squareup.com/v2/apple-pay/domains"},"response":[],"_postman_id":"45b82d37-3e51-0715-ddac-9f07e51603f1"}],"id":"6e5f03f2-f25e-c43a-95b1-497141afa764","_postman_id":"6e5f03f2-f25e-c43a-95b1-497141afa764"},{"name":"Reporting","item":[{"name":"ListAdditionalRecipientReceivables","id":"070a1d94-a0c1-7f0d-5dac-4ae8d3e32c2e","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/additional-recipient-receivables"},"response":[],"_postman_id":"070a1d94-a0c1-7f0d-5dac-4ae8d3e32c2e"},{"name":"ListAdditionalRecipientReceivableRefunds","id":"a24a2a8c-bec7-843f-6665-2c9ba9ef462e","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://connect.squareup.com/v2/locations/{{location_id}}/additional-recipient-receivable-refunds"},"response":[],"_postman_id":"a24a2a8c-bec7-843f-6665-2c9ba9ef462e"}],"id":"8c96947d-770d-3bb8-2e1f-842a87f7681a","_postman_id":"8c96947d-770d-3bb8-2e1f-842a87f7681a"}]}