{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses shipping_weight_tiers API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "shipping_weight_tiers", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the shipping weight tiers associated to the shipping method", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/shipping_methods/:shippingMethodId/shipping_weight_tiers", "params": [ { "name": "shippingMethodId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the shipping weight tiers associated to the shipping method" }, { "info": { "name": "List all shipping weight tiers", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/shipping_weight_tiers" }, "docs": "List all shipping weight tiers" }, { "info": { "name": "Create a shipping weight tier", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/shipping_weight_tiers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a shipping weight tier" }, { "info": { "name": "Retrieve a shipping weight tier", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/shipping_weight_tiers/:shippingWeightTierId", "params": [ { "name": "shippingWeightTierId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a shipping weight tier" }, { "info": { "name": "Update a shipping weight tier", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/shipping_weight_tiers/:shippingWeightTierId", "params": [ { "name": "shippingWeightTierId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a shipping weight tier" }, { "info": { "name": "Delete a shipping weight tier", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/shipping_weight_tiers/:shippingWeightTierId", "params": [ { "name": "shippingWeightTierId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a shipping weight tier" } ] } ], "bundled": true }