{ "opencollection": "1.0.0", "info": { "name": "Avalara AvaTax Upcs API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Upcs", "type": "folder" }, "items": [ { "info": { "name": "Avalara ListUPCsByCompany", "type": "http" }, "http": { "method": "GET", "url": "http://{{baseurl}}/api/v2/companies/:companyId/upcs", "headers": [ { "name": "X-Avalara-Client", "value": "AvaTax Postman Collection" } ], "params": [ { "name": "companyId", "value": "", "type": "path" } ] }, "docs": "List all UPC objects attached to this company.\nA UPC represents a single UPC code in your catalog and matches this product to the tax code identified by this UPC.\n \nSearch for specific objects using the criteria in the `$filter` parameter; full documentation is available on [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/) .\nPaginate your results using the `$top`, `$skip`, and `$orderby` parameters.\n\n### Security Policies\n\n* This API requires one of the follo" }, { "info": { "name": "Avalara CreateUPCs", "type": "http" }, "http": { "method": "POST", "url": "http://{{baseurl}}/api/v2/companies/:companyId/upcs", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "X-Avalara-Client", "value": "AvaTax Postman Collection" } ], "params": [ { "name": "companyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create one or more new UPC objects attached to this company.\nA UPC represents a single UPC code in your catalog and matches this product to the tax code identified by this UPC.\n\n### Security Policies\n\n* This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.\n* This API depends on the following active services:*Required* (all): AvaUpc.\n" }, { "info": { "name": "Avalara GetUPC", "type": "http" }, "http": { "method": "GET", "url": "http://{{baseurl}}/api/v2/companies/:companyId/upcs/:id", "headers": [ { "name": "X-Avalara-Client", "value": "AvaTax Postman Collection" } ], "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get the UPC object identified by this URL.\nA UPC represents a single UPC code in your catalog and matches this product to the tax code identified by this UPC.\n\n### Security Policies\n\n* This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.\n* This API depends on the following active services:*Required* (all): AvaUpc.\n" }, { "info": { "name": "Avalara UpdateUPC", "type": "http" }, "http": { "method": "PUT", "url": "http://{{baseurl}}/api/v2/companies/:companyId/upcs/:id", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "X-Avalara-Client", "value": "AvaTax Postman Collection" } ], "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace the existing UPC object at this URL with an updated object.\nA UPC represents a single UPC code in your catalog and matches this product to the tax code identified by this UPC.\nAll data from the existing object will be replaced with data in the object you PUT.\nTo set a field's value to null, you may either set its value to null or omit that field from the object you post.\n\n### Security Policies\n\n* This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyA" }, { "info": { "name": "Avalara DeleteUPC", "type": "http" }, "http": { "method": "DELETE", "url": "http://{{baseurl}}/api/v2/companies/:companyId/upcs/:id", "headers": [ { "name": "X-Avalara-Client", "value": "AvaTax Postman Collection" } ], "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Marks the UPC object identified by this URL as deleted.\n\n### Security Policies\n\n* This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.\n* This API depends on the following active services:*Required* (all): AvaUpc.\n" }, { "info": { "name": "Avalara QueryUPCs", "type": "http" }, "http": { "method": "GET", "url": "http://{{baseurl}}/api/v2/upcs", "headers": [ { "name": "X-Avalara-Client", "value": "AvaTax Postman Collection" } ] }, "docs": "Get multiple UPC objects across all companies.\nA UPC represents a single UPC code in your catalog and matches this product to the tax code identified by this UPC.\n \nSearch for specific objects using the criteria in the `$filter` parameter; full documentation is available on [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/) .\nPaginate your results using the `$top`, `$skip`, and `$orderby` parameters.\n\n### Security Policies\n\n* This API requires one of the follo" } ] } ], "bundled": true }