{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Product Export API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Product Export", "type": "folder" }, "items": [ { "info": { "name": "Export Products", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/pcm/products/export", "params": [ { "name": "useTemplateSlugs", "value": "", "type": "query", "description": "Set to `true` if you want to use a template slug instead of a template ID when exporting products that have custom data." }, { "name": "filter", "value": "", "type": "query", "description": "\nMany Commerce API endpoints support filtering. The general syntax is described [**here**](/guides/Getting-Started/filtering), but you must go to a specific endpoint to understand the attributes and operators an endpoint supports.\n\nFor more information about the attributes and operators that this endpoint supports, see [Export Products](/docs/api/pxm/products/export-products).\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\nThe Export API is available to make bulk updates to products in Product Experience Manager. You might also export products for your personal requirements. \n \nThe Export API builds a CSV file containing the product entries. A CSV file can contain up to 50,000 product entries. If you have more than 50,000 product entries, then another CSV file is created and so on, until all your products are exported.\n\nThe Job endpoint response specifies the location where the CSV file is stored. See [Characteri" } ] } ], "bundled": true }