Back to Examples

Fabric

Discover Fabric's API-first platform, empowering developers to build and integrate seamless commerce experiences with flexibility and control.

Lines
1,581
Sections
1

Want your own llms.txt file?

Generate a professional, AI-friendly file for your website in minutes!

llms.txt Preview

# 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.
Preview of Fabric's llms.txt file. View complete file (1,581 lines) →

Ready to create yours?

Generate a professional llms.txt file for your website in minutes with our AI-powered tool.

Generate Your llms.txt File