{ "opencollection": "1.0.0", "info": { "name": "Oracle Retail Merchandising Foundation Cloud Service Fulfillment API", "version": "26.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://identity.oraclecloud.com/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Fulfillment", "type": "folder" }, "items": [ { "info": { "name": "Record a shipment", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/MerchServices/MerchRes/v1/fulfillment/ship-order", "body": { "type": "json", "data": "{}" } }, "docs": "Records a shipment event for fulfillment nodes, advancing order status." } ] } ], "bundled": true }