{ "opencollection": "1.0.0", "info": { "name": "SAP Sales and Distribution (SD) SAP Billing Document Product Sales Delivery API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Product Sales Delivery", "type": "folder" }, "items": [ { "info": { "name": "Retrieve sales and delivery data for a product", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BILLING_DOCUMENT_SRV/A_ProductSalesDelivery(Product=':Product',ProductSalesOrg=':ProductSalesOrg',ProductDistributionChnl=':ProductDistributionChnl')", "params": [ { "name": "Product", "value": "", "type": "path", "description": "Material number" }, { "name": "ProductSalesOrg", "value": "", "type": "path", "description": "Sales organization" }, { "name": "ProductDistributionChnl", "value": "", "type": "path", "description": "Distribution channel" }, { "name": "$select", "value": "", "type": "query" } ] }, "docs": "Returns sales organization-specific data for a product including delivering plant, minimum order quantity, and delivery unit." } ] } ], "bundled": true }