{ "opencollection": "1.0.0", "info": { "name": "IO.Common Accounts WMSItemLocationParams API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "WMSItemLocationParams", "type": "folder" }, "items": [ { "info": { "name": "Get location item parameters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/WMSItemLocationParams", "params": [ { "name": "locationId", "value": "", "type": "query" }, { "name": "itemId", "value": "", "type": "query" }, { "name": "vendorAccountId", "value": "", "type": "query" }, { "name": "Filter", "value": "", "type": "query" }, { "name": "Page", "value": "", "type": "query" }, { "name": "PageSize", "value": "", "type": "query" }, { "name": "SortColumn", "value": "", "type": "query" }, { "name": "SortOrder", "value": "", "type": "query" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get location item parameters" }, { "info": { "name": "Create new item location parameters", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/WMSItemLocationParams", "params": [ { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create new item location parameters" }, { "info": { "name": "Get location item parameters by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/WMSItemLocationParams/:paramId", "params": [ { "name": "paramId", "value": "", "type": "path" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get location item parameters by id" }, { "info": { "name": "Bulk upsert new item location parameters", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/WMSItemLocationParams/bulk", "params": [ { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Bulk upsert new item location parameters" }, { "info": { "name": "Update item location parameters", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/WMSItemLocationParams/:itemParamsId", "params": [ { "name": "itemParamsId", "value": "", "type": "path" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update item location parameters" }, { "info": { "name": "Delete item location parameters", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/WMSItemLocationParams/:itemParamsId", "params": [ { "name": "itemParamsId", "value": "", "type": "path" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete item location parameters" }, { "info": { "name": "Bulk delete item location parameters. Deletes records that can be deleted\r\nand returns a list of items that could not be deleted.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/WMSItemLocationParams/bulk/delete", "params": [ { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Bulk delete item location parameters. Deletes records that can be deleted\r\nand returns a list of items that could not be deleted." }, { "info": { "name": "Add barcode to item location parameters.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/WMSItemLocationParams/:locationId/:wmsLocationId/barcodes", "params": [ { "name": "locationId", "value": "", "type": "path" }, { "name": "wmsLocationId", "value": "", "type": "path" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add barcode to item location parameters." }, { "info": { "name": "Remove item barcode from item location parameters.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/WMSItemLocationParams/:locationId/:wmsLocationId/barcodes", "params": [ { "name": "locationId", "value": "", "type": "path" }, { "name": "wmsLocationId", "value": "", "type": "path" }, { "name": "barcode", "value": "", "type": "query" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Remove item barcode from item location parameters." }, { "info": { "name": "Get location item parameters in xlsx file for label printing", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/WMSItemLocationParams/:locationId/download/xlsx/label", "params": [ { "name": "locationId", "value": "", "type": "path" }, { "name": "itemId", "value": "", "type": "query" }, { "name": "areaId", "value": "", "type": "query" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get location item parameters in xlsx file for label printing" }, { "info": { "name": "Get all location items in excel", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/WMSItemLocationParams/download/xlsx", "params": [ { "name": "locationId", "value": "", "type": "query" }, { "name": "itemId", "value": "", "type": "query" }, { "name": "vendorAccountId", "value": "", "type": "query" }, { "name": "Filter", "value": "", "type": "query" }, { "name": "Page", "value": "", "type": "query" }, { "name": "PageSize", "value": "", "type": "query" }, { "name": "SortColumn", "value": "", "type": "query" }, { "name": "SortOrder", "value": "", "type": "query" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get all location items in excel" } ] } ], "bundled": true }