fabric · Capability
fabric Cart — Cart
fabric Cart — Cart. 8 operations. Lead operation: Create an Order Draft. Self-contained Naftiko capability covering one fabric business surface.
fabric Cart — Cart is a Naftiko capability published by fabric, one of 25 capabilities the APIs.io network indexes for this provider. It bundles 8 operations across the POST, GET, DELETE, and PATCH methods.
The capability includes 2 read-only operations and 6 state-changing operations. Lead operation: Create an Order Draft. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Fabric and Cart.
What You Can Do
POST
Create an order draft
— Create an Order Draft
/v1/order-drafts
POST
Create an empty cart
— Create an Empty Cart
/v1/carts
POST
Sequence calling
— Sequence Calling
/v1/carts/{cartId}/sequence
POST
Search for multiple carts
— Search for Multiple Carts
/v1/carts/search
GET
Get the provided cart
— Get the Provided Cart
/v1/carts/{cartId}
DELETE
Delete cart
— Delete Cart
/v1/carts/{cartId}
PATCH
Update cart
— Update Cart
/v1/carts/{cartId}
GET
Get the order draft by the order draft id
— Get the Order Draft by the Order Draft ID
/v1/order-drafts/{orderDraftId}
MCP Tools
fabric-create-an-order-draft
Create an Order Draft
fabric-create-an-empty-cart
Create an Empty Cart
fabric-sequence-calling
Sequence Calling
fabric-search-for-multiple-carts
Search for Multiple Carts
fabric-get-the-provided-cart
Get the Provided Cart
read-only
idempotent
fabric-delete-cart
Delete Cart
idempotent
fabric-update-cart
Update Cart
fabric-get-the-order-draft-by-the-order-draft-id
Get the Order Draft by the Order Draft ID
read-only
idempotent