{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Releases API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Releases", "type": "folder" }, "items": [ { "info": { "name": "Get the catalog release as shoppers", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/catalog", "headers": [ { "name": "accept-language", "value": "" }, { "name": "EP-Channel", "value": "" }, { "name": "EP-Context-Tag", "value": "" } ] }, "docs": "Returns a list of all published releases of the specified catalog." }, { "info": { "name": "Gets all authorized catalog releases", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/catalogs/:catalog_id/releases", "headers": [ { "name": "accept-language", "value": "" } ], "params": [ { "name": "catalog_id", "value": "", "type": "path", "description": "The catalog ID." } ] }, "docs": "Returns a list of all published releases of the specified catalog. Currently, published catalogs are limited to the current release and two releases prior to the current release. You can see the differences between the last 2 consecutive catalog releases using the `delta` link returned in the response of a `publish a catalog` endpoint.\n\nYou can use the `is_full_delta` attribute returned from the `get a release of a catalog` endpoint to determine if you need to refresh the data in your company sy" }, { "info": { "name": "Publishes a catalog", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/catalogs/:catalog_id/releases", "params": [ { "name": "catalog_id", "value": "", "type": "path", "description": "The catalog ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "\nPublishes a catalog. You must publish a catalog before you can retrieve that catalog in an organization or store. The hierarchies, live products, and prices associated with a published catalog are in read-only mode. If you make a change to these resources, for example, a change to your price book or hierarchies, you need to republish the catalog.\n\nYou can get [a catalog release](/docs/api/pxm/catalog/get-release-by-id) to retrieve a published catalog. Currently, published catalogs are limited t" }, { "info": { "name": "Deletes all releases", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/catalogs/:catalog_id/releases", "params": [ { "name": "catalog_id", "value": "", "type": "path", "description": "The catalog ID." } ] }, "docs": "Deletes all releases of the specified published catalog." }, { "info": { "name": "Get a catalog release by ID", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/catalogs/:catalog_id/releases/:release_id", "headers": [ { "name": "accept-language", "value": "" } ], "params": [ { "name": "catalog_id", "value": "", "type": "path", "description": "The catalog ID." }, { "name": "release_id", "value": "", "type": "path", "description": "The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version." } ] }, "docs": "Retrieves the specified catalog release." }, { "info": { "name": "Deletes a release", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/catalogs/:catalog_id/releases/:release_id", "params": [ { "name": "catalog_id", "value": "", "type": "path", "description": "The catalog ID." }, { "name": "release_id", "value": "", "type": "path", "description": "The unique identifier of a published release of the catalog or `latestPublished` for the most recently published version." } ] }, "docs": "Deletes the specified published catalog release." } ] } ], "bundled": true }