## Documentation Index

Fetch the complete documentation index at: [/llms.txt](https://developer.fabric.inc/llms.txt)

Use this file to discover all available pages before exploring further.

fabric’s **Product Catalog** endpoints support full CRUD functionality for managing product attributes, data, categories, collections, background jobs, and more. With low-latency read and search functionalities for the storefront, Product Catalog APIs support event-driven updates to ensure data is always current without manual intervention. they’re designed to scale with support for millions of SKUs, delivering high performance and zero downtime, even under heavy traffic loads. This guide provides step-by-step instructions to help you get started with fabric Product Catalog API, from initial setup to basic usage.

## Target Audience

- Solution integration (SI) partners responsible for configuring Product Catalog.
- Third-party developers who set up Product Catalog on behalf of merchants.
- fabric developers who work with Product Catalog.

## Knowledge and Skill Requirements

The target audience should:

- Understand [REST APIs](/content/blog/developer/api-endpoint/index.html), and their role in e-commerce.
- Become familiar with [fabric APIs](https://developer.fabric.inc/v3/getting-started/api-guides/getting-started-with-fabric-apis) and [Product Catalog concepts](https://developer.fabric.inc/v3/product-catalog/getting-started).
- Understand caching strategies and technologies.
- Have access to development tools capable of interacting with HTTP-based APIs, such as Postman or cURL for testing.

We also recommend you to:

- List the attributes that need to be assigned to products and categories, identifying the mandatory and optional attributes.
- Define a category and collection structure to organize products.
- Create a product list consisting of individual items, variants, and bundles.

## Related Resources

For additional information, refer to the following:

- Product Catalog [FAQs](https://developer.fabric.inc/v3/product-catalog/api-reference/product-catalog/products-faqs)
- [Sample store](https://sales-demo-uat.vercel.app/) to view the given product organization
- [User guide](https://developer.fabric.inc/v3/product-catalog/user-guides/product-catalog/overview) for Product Catalog in Copilot
- API reference for all operations related to [attributes](https://developer.fabric.inc/v3/product-catalog/api-reference/product-catalog/attributes/overview)
- API reference for all operations related to [categories](https://developer.fabric.inc/v3/product-catalog/api-reference/product-catalog/categories/overview)
- API reference for all operations related to [collections](https://developer.fabric.inc/v3/product-catalog/api-reference/product-catalog/collections/overview)
- API reference for all operations related to products based on [SKU](https://developer.fabric.inc/v3/product-catalog/api-reference/product-catalog/product-operations-by-sku/overview) or [product ID](https://developer.fabric.inc/v3/product-catalog/api-reference/product-catalog/product-operations-by-id/overview)
