{ "opencollection": "1.0.0", "info": { "name": "Procurify API Documentation account-codes catalog API", "version": "1.0" }, "items": [ { "info": { "name": "catalog", "type": "folder" }, "items": [ { "info": { "name": "Get All Catalog Bundles", "type": "http" }, "http": { "method": "GET", "url": "https://{user_domain}.procurify.com/api/v3/catalog-bundles/", "params": [ { "name": "format", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://.procurify.com/oauth/authorize", "accessTokenUrl": "https://.procurify.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get All Catalog Bundles" }, { "info": { "name": "Get All Catalog Items", "type": "http" }, "http": { "method": "GET", "url": "https://{user_domain}.procurify.com/api/v3/catalog-items/", "params": [ { "name": "bundle", "value": "", "type": "query" }, { "name": "currency", "value": "", "type": "query" }, { "name": "department", "value": "", "type": "query", "description": "A comma-separated list of integers." }, { "name": "format", "value": "", "type": "query" }, { "name": "internalSKU", "value": "", "type": "query" }, { "name": "location", "value": "", "type": "query", "description": "A comma-separated list of integers." }, { "name": "max_price", "value": "", "type": "query" }, { "name": "min_price", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "pref_vendor", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://.procurify.com/oauth/authorize", "accessTokenUrl": "https://.procurify.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get All Catalog Items" }, { "info": { "name": "Create Catalog Item", "type": "http" }, "http": { "method": "POST", "url": "https://{user_domain}.procurify.com/api/v3/catalog-items/", "params": [ { "name": "format", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://.procurify.com/oauth/authorize", "accessTokenUrl": "https://.procurify.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Catalog Item" }, { "info": { "name": "Update Catalog Item", "type": "http" }, "http": { "method": "PUT", "url": "https://{user_domain}.procurify.com/api/v3/catalog-items/:id/", "params": [ { "name": "format", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this catalog items." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://.procurify.com/oauth/authorize", "accessTokenUrl": "https://.procurify.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Catalog Item" } ] } ], "bundled": true }