{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Entries API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Entries", "type": "folder" }, "items": [ { "info": { "name": "Get all Entries", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/flows/:flowSlug/entries", "params": [ { "name": "flowSlug", "value": "", "type": "path", "description": "The slug for the flow/template you want to create an entry for." }, { "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.\n" }, { "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.\n" } ] }, "docs": "- For Commerce, this endpoint retrieves all entries for a flow.\n- For Product Experience Manager, this endpoint retrieves all entries for a template.\n" }, { "info": { "name": "Create an Entry", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/flows/:flowSlug/entries", "params": [ { "name": "flowSlug", "value": "", "type": "path", "description": "The slug for the flow/template you want to create an entry for." } ], "body": { "type": "json", "data": "{}" } }, "docs": "- For Commerce, this endpoint creates an entry for a flow.\n- For Product Experience Manager, this endpoint creates an entry for a template.\n" }, { "info": { "name": "Get an Entry", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/flows/:flowSlug/entries/:flowEntryID", "params": [ { "name": "flowSlug", "value": "", "type": "path", "description": "The slug for the flow/template." }, { "name": "flowEntryID", "value": "", "type": "path", "description": "The ID of the entry." } ] }, "docs": "- For Commerce, this endpoint retrieves an entry from a flow.\n- For Product Experience Manager, this endpoint retrieves an entry from a template.\n" }, { "info": { "name": "Update an Entry", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/flows/:flowSlug/entries/:flowEntryID", "params": [ { "name": "flowSlug", "value": "", "type": "path", "description": "The slug for the flow/template." }, { "name": "flowEntryID", "value": "", "type": "path", "description": "The ID of the entry." } ], "body": { "type": "json", "data": "{}" } }, "docs": "- For Commerce, this endpoint updates an entry for a flow.\n- For Product Experience Manager, this endpoint updates an entry for a template.\n" }, { "info": { "name": "Delete an Entry", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/v2/flows/:flowSlug/entries/:flowEntryID", "params": [ { "name": "flowSlug", "value": "", "type": "path", "description": "The slug for the flow/template." }, { "name": "flowEntryID", "value": "", "type": "path", "description": "The ID of the entry." } ] }, "docs": "- For Commerce, this endpoint deletes an entry from a flow.\n- For Product Experience Manager, this endpoint deletes an entry from a template.\n" } ] } ], "bundled": true }