{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses resource_errors API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "resource_errors", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the resource errors associated to the order", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/orders/:orderId/resource_errors", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the resource errors associated to the order" }, { "info": { "name": "List all resource errors", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/resource_errors" }, "docs": "List all resource errors" }, { "info": { "name": "Retrieve a resource error", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/resource_errors/:resourceErrorId", "params": [ { "name": "resourceErrorId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a resource error" }, { "info": { "name": "Retrieve the resource errors associated to the return", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/returns/:returnId/resource_errors", "params": [ { "name": "returnId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the resource errors associated to the return" } ] } ], "bundled": true }