Product team: [email protected] | License: fabric API License

fabric’s Files and Jobs API supports bulk import and export of items, attributes, and bundles.

Generally, the first step is to download the appropriate template for import. There are separate endpoints to get templates for items (POST /item-import-templates), attributes (POST /attribute-import-templates), and bundles (POST /bundle-import-templates).

Once the import details are filled out in the template, you need to provide the file name and type in the request body of the POST /files/product endpoint. In the endpoint response, you will get the URL to upload the file to be imported. Using job exports endpoints, you can export the uploaded products and attributes based on specified criteria.

Find out more about Product Catalog

Download Postman Collection