{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Schedules API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Schedules", "type": "folder" }, "items": [ { "info": { "name": "List schedules", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/subscriptions/schedules", "params": [ { "name": "filter", "value": "", "type": "query" }, { "name": "page[offset]", "value": "", "type": "query", "description": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used." }, { "name": "page[limit]", "value": "", "type": "query", "description": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used." } ] }, "docs": "Retrieves a list of all schedules.\n\n### Filtering\n\nThis endpoint supports filtering. For the general syntax, see [**Filtering**](/guides/Getting-Started/filtering).\n\nThe following attributes and operators are supported.\n\n| Operator | Attribute | Description |\n| --- | --- | --- | \n| `eq` | `external_ref` | Equals. Checks if the values of two operands are equal. If they are, the condition is true. |\n| `in` | `external_ref` | In. Checks if the value is in the specified list. If it is, the condition" }, { "info": { "name": "Create a schedule", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/subscriptions/schedules", "params": [ { "name": "filter", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a schedule" }, { "info": { "name": "Get a schedule", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/subscriptions/schedules/:schedule_uuid", "params": [ { "name": "schedule_uuid", "value": "", "type": "path", "description": "The unique identifier of the schedule." } ] }, "docs": "Get a schedule" }, { "info": { "name": "Update a schedule", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/subscriptions/schedules/:schedule_uuid", "params": [ { "name": "schedule_uuid", "value": "", "type": "path", "description": "The unique identifier of the schedule." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a schedule" }, { "info": { "name": "Delete schedule", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/v2/subscriptions/schedules/:schedule_uuid", "params": [ { "name": "schedule_uuid", "value": "", "type": "path", "description": "The unique identifier of the schedule." } ] }, "docs": "Delete schedule" } ] } ], "bundled": true }