Skip to main content

Export Products

POST 

/pcm/products/export

The Export API is available to make bulk updates to products in Product Experience Manager. You might also export products for your personal requirements.

The 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.

The Job endpoint response specifies the location where the CSV file is stored. See Characteristics of CSV Files.

Filtering

The following attributes and operators are supported.

OperatorAttributeDescriptionExample
eqsku, slug, upc_ean, manufacturer_part_num, name, description, tagsEquals. Checks if the values of two operands are equal. If they are, the condition is true. When filtering on tags, you can only specify one product tag.filter=eq(name,some-name)
Insku, tagsChecks if the values are included in the specified string. If they are, the condition is true. When filtering on tags, you can specify a list of product tags.filter=in(id,some-id)
likesku, slug, upc_ean, manufacturer_part_num, name, descriptionLike. Checks if the operand contains the specified string. Wildcards are supported.filter=like(name,some-name)

Request

Responses

Export started