{ "opencollection": "1.0.0", "info": { "name": "Salla Apps Branches Shipments API", "version": "2" }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "List Shipments", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/shipments" }, "docs": "List Shipments" }, { "info": { "name": "Create Shipment", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.salla.sa/shipments", "body": { "type": "json", "data": "{}" } }, "docs": "Create Shipment" }, { "info": { "name": "Get Shipment Details", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/shipments/:shipment_id", "params": [ { "name": "shipment_id", "value": "", "type": "path" } ] }, "docs": "Get Shipment Details" }, { "info": { "name": "Update Shipment", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.salla.sa/shipments/:shipment_id", "params": [ { "name": "shipment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Shipment" }, { "info": { "name": "Cancel Shipment", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.salla.sa/shipments/:shipment_id/cancel", "params": [ { "name": "shipment_id", "value": "", "type": "path" } ] }, "docs": "Cancel Shipment" }, { "info": { "name": "Create Shipment Return", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.salla.sa/shipments/:shipment_id/return", "params": [ { "name": "shipment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Shipment Return" } ] } ], "bundled": true }