{ "opencollection": "1.0.0", "info": { "name": "Square ApplePay Vendors API", "version": "2.0" }, "items": [ { "info": { "name": "Vendors", "type": "folder" }, "items": [ { "info": { "name": "Square Bulk Create Vendors", "type": "http" }, "http": { "method": "POST", "url": "https://connect.squareup.com/v2/vendors/bulk-create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates one or more [Vendor](entity:Vendor) objects to represent suppliers to a seller." }, { "info": { "name": "Square Bulk Retrieve Vendors", "type": "http" }, "http": { "method": "POST", "url": "https://connect.squareup.com/v2/vendors/bulk-retrieve", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves one or more vendors of specified [Vendor](entity:Vendor) IDs." }, { "info": { "name": "Square Bulk Update Vendors", "type": "http" }, "http": { "method": "PUT", "url": "https://connect.squareup.com/v2/vendors/bulk-update", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Updates one or more of existing [Vendor](entity:Vendor) objects as suppliers to a seller." }, { "info": { "name": "Square Create Vendor", "type": "http" }, "http": { "method": "POST", "url": "https://connect.squareup.com/v2/vendors/create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates a single [Vendor](entity:Vendor) object to represent a supplier to a seller." }, { "info": { "name": "Square Search Vendors", "type": "http" }, "http": { "method": "POST", "url": "https://connect.squareup.com/v2/vendors/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Searches for vendors using a filter against supported [Vendor](entity:Vendor) properties and a supported sorter." }, { "info": { "name": "Square Retrieve Vendor", "type": "http" }, "http": { "method": "GET", "url": "https://connect.squareup.com/v2/vendors/:vendor_id", "params": [ { "name": "vendor_id", "value": "", "type": "path", "description": "ID of the [Vendor](entity:Vendor) to retrieve." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves the vendor of a specified [Vendor](entity:Vendor) ID." }, { "info": { "name": "Square Update Vendor", "type": "http" }, "http": { "method": "PUT", "url": "https://connect.squareup.com/v2/vendors/:vendor_id", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Updates an existing [Vendor](entity:Vendor) object as a supplier to a seller." } ] } ], "bundled": true }