Fabric
1600 lines. Fabric came to play.
Fabric is revolutionizing the way developers build commerce experiences with their API-first platform. Seamlessly integrate or start from scratch to create tailored solutions that meet specific business needs. Get ready to elevate your online shopping game!
Not sure yours is this good? Check it →
Fabric's llms.txt Insights
Short and sweet
1 section. Minimalist, but hey — at least they showed up.
War and Peace vibes
1600 lines. They really wanted AI to understand them.
Double trouble
Runs both llms.txt and llms-full.txt. Someone takes this seriously.
What's inside Fabric's llms.txt
Fabric's llms.txt contains 2 sections:
- Fabric
- Docs
How does Fabric's llms.txt compare?
| Fabric | Directory Avg | Top Performer | |
|---|---|---|---|
| Lines | 1,600 | 1029 | 163,447 |
| Sections | 1 | 17 | 3207 |
Cool table. Now the real question — where do you land? Find out →
Fabric's llms.txt preview
First 100 of 1,600 lines
# Fabric
## Docs
- [Welcome to the fabric Knowledge Base](https://developer.fabric.inc/home.md): fabric’s API-first platform gives developers the control and flexibility to easily build from scratch or integrate with the existing stack, to compose the perfect commerce experiences.
- [Create address](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/addresses/create-addresses.md): Adds a billing address to the corresponding cart.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
- [Delete address](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/addresses/delete-addresses.md): Removes the billing address associated with the corresponding cart.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
The Address ID from the [Create address](/v3/cart-and-checkout/api-reference/carts-v3/addresses/create-addresses) endpoint is used in the path parameter.
- [Get address](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/addresses/get-addresses.md): Gets the billing address associated the cart.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
The Address ID from the [Create address](/v3/cart-and-checkout/api-reference/carts-v3/addresses/create-addresses) endpoint is used in the path parameter.
- [Update address](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/addresses/update-addresses.md): Updates the billing address associated with the corresponding cart.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
The Address ID from the [Create address](/v3/cart-and-checkout/api-reference/carts-v3/addresses/create-addresses) endpoint is used in the path parameter.
- [Add cart attributes](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/cart-actions/add-attributes.md): Partially updates attributes of your choice in the cart.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
- [Delete cart attributes](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/cart-actions/delete-attributes.md): Partially deletes attributes of your choice associated with the corresponding cart.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
- [Merge carts](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/cart-actions/merge.md): This endpoint merges two carts together. Specify one cart in the path parameter and the second cart in the request body.
To learn more about merge cart behaviors, you can check out the [Merge Cart Behaviors](/v3/cart-and-checkout/api-reference/carts-v3/merge-carts-behaviors) page.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
- [Create adjustment](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/carts-adjustments/create-adjustments.md): Creates adjustments to the corresponding cart. This is useful when a price needs to be adjusted by a CSR agent.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
- [Remove adjustment](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/carts-adjustments/delete-adjustments.md): Removes an adjustment made to the corresponding cart.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
The Adjustment ID from the [Create adjustment](/v3/cart-and-checkout/api-reference/carts-v3/carts-adjustments/create-adjustments) endpoint is used in the path parameter.
- [Update adjustment](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/carts-adjustments/update-adjustments.md): Updates the adjustments made to the corresponding cart.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
The Adjustment ID from the [Create adjustment](/v3/cart-and-checkout/api-reference/carts-v3/carts-adjustments/create-adjustments) endpoint is used in the path parameter.
- [Create an empty cart](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/carts/carts.md): Use this endpoint to create a new cart.
**Default Configurations**: To create a cart with default configurations, send a request with an empty body.
**Provided Configurations**: To create a cart with provided configurations, include the configurations in the request body. To learn more about configuration behaviors, visit the [Configuration Behaviors](/v3/cart-and-checkout/api-reference/carts-v3/configuration-behaviors) page.
- [Delete cart](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/carts/delete-cart.md): Removes the cart corresponding to the provided cart ID.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
- [Get the provided cart](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/carts/get-cart.md): Retrieves the cart information corresponding to the provided cart ID.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
- [Search for multiple carts](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/carts/search.md): Returns a list of carts based on the search criteria.
- [Sequence calling](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/carts/sequence.md): Use this endpoint to execute multiple cart-related operations with a single request. This allows you to perform various actions such as creating a cart, adding items, and checking out in a single API call.
**Note:** The order of operations matters since IDs are carried over from call to call.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
- [Update cart](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/carts/update-cart.md): Updates the cart information corresponding to the provided cart ID.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
- [Configuration Behaviors](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/configuration-behaviors.md)
- [Add Coupon](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/coupons/add-coupons.md): Adds a coupon to the corresponding cart.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
The Coupon ID, which is the coupon code generated when [creating a custom coupon](/v3/cart-and-checkout/api-reference/carts-v3/carts-adjustments/create-adjustments) in Copilot, is used in the path parameter.
- [Removes Coupon](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/coupons/remove-coupons.md): Removes the existing coupon from the cart.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
The Coupon ID is a coupon code generated when [creating a custom coupon](/v3/cart-and-checkout/api-reference/carts-v3/carts-adjustments/create-adjustments) in Copilot and is used in the path parameter.
- [Add customer attributes](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/customer/add-customer-attributes.md): Partially updates attributes of your choice in the customer object associated with the corresponding cart.
The Cart ID from the [Create cart](/v3/cart-and-checkout/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.
- [Delete customer attributes](https://developer.fabric.inc/v3/cart-and-checkout/api-reference/carts-v3/customer/delete-customer-attributes.md): Partially deletes attributes of your choice in the customer object associated with the corresponding cart.What is llms.txt?
llms.txt is an open standard that helps AI language models understand your website. By placing a structured markdown file at /llms.txt, websites provide AI search engines like ChatGPT, Claude, and Perplexity with a clear map of their content, services, and documentation. Companies like Fabric use it to ensure AI accurately represents their brand when answering user queries. Read the spec.
Fabric showed up. Where's yours?
1000+ companies didn't overthink it. 60 seconds. Go.
Check your site →