{ "opencollection": "1.0.0", "info": { "name": "SAP Sales and Distribution (SD) SAP Billing Document Product API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Product", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of products", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BILLING_DOCUMENT_SRV/A_Product", "params": [ { "name": "$top", "value": "", "type": "query" }, { "name": "$skip", "value": "", "type": "query" }, { "name": "$filter", "value": "", "type": "query" }, { "name": "$orderby", "value": "", "type": "query" }, { "name": "$select", "value": "", "type": "query" }, { "name": "$expand", "value": "", "type": "query" }, { "name": "$inlinecount", "value": "", "type": "query" } ] }, "docs": "Returns a collection of material master records. Use OData query options to filter by material number, material type, material group, and other attributes. Supports $expand for descriptions, plant data, and sales data." }, { "info": { "name": "Create a new product", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BILLING_DOCUMENT_SRV/A_Product", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new material master record with support for deep insert including descriptions, plant data, and sales data." }, { "info": { "name": "Retrieve a single product", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BILLING_DOCUMENT_SRV/A_Product(':Product')", "params": [ { "name": "Product", "value": "", "type": "path", "description": "Material number (40 characters)" }, { "name": "$select", "value": "", "type": "query" }, { "name": "$expand", "value": "", "type": "query" } ] }, "docs": "Returns a single material master record by its material number." }, { "info": { "name": "Update a product", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BILLING_DOCUMENT_SRV/A_Product(':Product')", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "Product", "value": "", "type": "path", "description": "Material number" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing material master record." } ] } ], "bundled": true }