{ "opencollection": "1.0.0", "info": { "name": "Salla Apps Branches Zones API", "version": "2" }, "items": [ { "info": { "name": "Zones", "type": "folder" }, "items": [ { "info": { "name": "List Shipping Zones", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/shipping/zones" }, "docs": "List Shipping Zones" }, { "info": { "name": "Create Shipping Zone", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.salla.sa/shipping/zones", "body": { "type": "json", "data": "{}" } }, "docs": "Create Shipping Zone" }, { "info": { "name": "Get Shipping Zone", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/shipping/zones/:zone_id", "params": [ { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "Get Shipping Zone" }, { "info": { "name": "Update Shipping Zone", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.salla.sa/shipping/zones/:zone_id", "params": [ { "name": "zone_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Shipping Zone" } ] } ], "bundled": true }