{ "opencollection": "1.0.0", "info": { "name": "SAP Ariba Procurement Invoices Purchase Order Line Items API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.ariba.com/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Purchase Order Line Items", "type": "folder" }, "items": [ { "info": { "name": "List Line Items for a Purchase Order", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.ariba.com/api/procurement/v1/orders/:orderId/lineItems", "params": [ { "name": "realm", "value": "", "type": "query", "description": "The SAP Ariba realm identifier for the buyer organization. This is the unique site name assigned during provisioning." }, { "name": "orderId", "value": "", "type": "path", "description": "Unique purchase order identifier (UniqueName). This is the purchase order number with its version, or the ERP PO number (ERPPONumber)." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination (default 0)" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return per page (default 10, max 100)" } ] }, "docs": "Retrieves all line items associated with a specific purchase order including item details, quantities, pricing, delivery schedules, commodity codes, and accounting assignments." }, { "info": { "name": "Get a Specific Line Item", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.ariba.com/api/procurement/v1/orders/:orderId/lineItems/:lineItemNumber", "params": [ { "name": "realm", "value": "", "type": "query", "description": "The SAP Ariba realm identifier for the buyer organization. This is the unique site name assigned during provisioning." }, { "name": "orderId", "value": "", "type": "path", "description": "Unique purchase order identifier (UniqueName). This is the purchase order number with its version, or the ERP PO number (ERPPONumber)." }, { "name": "lineItemNumber", "value": "", "type": "path", "description": "The line item number within the purchase order (NumberOnPO)" } ] }, "docs": "Retrieves details for a specific line item within a purchase order identified by its line number (NumberOnPO)." } ] } ], "bundled": true }