{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses recurring_order_copies API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "recurring_order_copies", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the recurring order copies associated to the order subscription", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/order_subscriptions/:orderSubscriptionId/recurring_order_copies", "params": [ { "name": "orderSubscriptionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the recurring order copies associated to the order subscription" }, { "info": { "name": "Retrieve the recurring order copies associated to the order", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/orders/:orderId/recurring_order_copies", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the recurring order copies associated to the order" }, { "info": { "name": "List all recurring order copies", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/recurring_order_copies" }, "docs": "List all recurring order copies" }, { "info": { "name": "Create a recurring order copy", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/recurring_order_copies", "body": { "type": "json", "data": "{}" } }, "docs": "Create a recurring order copy" }, { "info": { "name": "Retrieve a recurring order copy", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/recurring_order_copies/:recurringOrderCopyId", "params": [ { "name": "recurringOrderCopyId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a recurring order copy" }, { "info": { "name": "Update a recurring order copy", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/recurring_order_copies/:recurringOrderCopyId", "params": [ { "name": "recurringOrderCopyId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a recurring order copy" }, { "info": { "name": "Delete a recurring order copy", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/recurring_order_copies/:recurringOrderCopyId", "params": [ { "name": "recurringOrderCopyId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a recurring order copy" } ] } ], "bundled": true }