{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Order Shipping Groups API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Order Shipping Groups", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all shipping groups for an order", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/orders/:orderID/shipping-groups", "params": [ { "name": "orderID", "value": "", "type": "path", "description": "The ID of the order" } ] }, "docs": "Retrieve all shipping groups for an order" }, { "info": { "name": "Create a shipping group for an order", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/orders/:orderID/shipping-groups", "params": [ { "name": "orderID", "value": "", "type": "path", "description": "The ID of the order" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new shipping group for an order" }, { "info": { "name": "Retrieve a specific shipping group for an order", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/orders/:orderID/shipping-groups/:shippingGroupID", "params": [ { "name": "orderID", "value": "", "type": "path", "description": "The ID of the order" }, { "name": "shippingGroupID", "value": "", "type": "path", "description": "The ID of the shipping group" }, { "name": "include", "value": "", "type": "query", "description": "A comma-separated list of related resources to include in the response." } ] }, "docs": "Retrieve a specific shipping group for an order" }, { "info": { "name": "Update a shipping group for an order", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/orders/:orderID/shipping-groups/:shippingGroupID", "params": [ { "name": "orderID", "value": "", "type": "path", "description": "The ID of the order" }, { "name": "shippingGroupID", "value": "", "type": "path", "description": "The ID of the shipping group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a shipping group for an order" } ] } ], "bundled": true }