How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

fabric Cart API

Cart endpoints are used to do basic cart operations, such as create a cart, add item to the corresponding cart, update items, remove items, delete cart, update status of the cart, and more.

fabric Cart API is one of 61 APIs that fabric publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Cart. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 10 operations across 8 paths, and defines 96 schemas. It is described by OpenAPI 3.2.0, at version 3.0.0.

Requests are made against a single base URL, https://api.fabric.inc/v3.

10 operations 8 paths 96 schemas 1 DELETE4 GET1 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
3.0.0
Base URL
https://{customer_name}.login.fabric.inc
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

fabric Cart API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — This is the authorization token used to authenticate the request. You must pass the access token generated from the system app. For more information, see the […

Paths & Operations 10

Across 8 paths, the API surfaces 10 operations — 1 DELETE, 4 GET, 1 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Cart 10

Cart endpoints are used to do basic cart operations, such as create a cart, add item to the corresponding cart, update items, remove items, delete cart, update status of the cart,…

POST
/order-drafts
Create an Order Draft
createOrderDraft 3 params body → 200201404
POST
/carts
Create an Empty Cart
createCart 3 params body → 201400
POST
/carts/{cartId}/sequence
Sequence Calling
sequenceCall 4 params body → 200400404
POST
/carts/search
Search for Multiple Carts
searchCart 3 params body → 200400
GET
/carts/{cartId}
Get the Provided Cart
getCart 4 params → 200400404
DELETE
/carts/{cartId}
Delete Cart
softDeleteCart 4 params → 204400404
PATCH
/carts/{cartId}
Update Cart
updateCart 4 params body → 200400404
GET
/order-drafts/{orderDraftId}
Get the Order Draft by the Order Draft ID
getOrderDraftById 4 params → 200
GET
/order-drafts/order-number/{orderNumber}
Get the Order Draft by the Order Draft Number
getOrderDraftByOrderNumber 4 params → 200
GET
/order-drafts/customer/{customerId}
Get the Order Draft by the Customer ID
getOrderDraftByCustomerId 4 params → 200

Schemas 96

The contract defines 96 schemas that model the data the API accepts and returns. The most detailed are OrderDraft (24 properties), CartResponse (23 properties), NewCartResponse (23 properties), NewItemResponseDto (16 properties). Each schema is shown below with its type and property counts.

InventoryConfiguration
object
Configuration settings related to inventory management and checks.
3 properties
TaxBehaviorRequest
object
tax behaviors
1 property
PromotionBehaviorRequest
object
Promotion behaviors
1 property
Person
object
Name of the pickup person.
3 properties 1 required
OrderDraft
object
Order Draft
24 properties
LineItemValidationData
object
An object that contains item validation data.
2 properties
Fulfillment
object
A fulfillment object containing important fulfillment information.
13 properties
Verifier
object
Payment verifier
2 properties
CartFilter
object
Filters used to customize the carts returned.
7 properties
FeesCollection
object
A collection of fees associated with the corresponding cart.
2 properties
TaxCollection
object
A collection of taxes.
2 properties
Fee
object
Fee
9 properties
ItemPrice
object
Item price
2 properties
FulfillmentPromotion
object
Fulfillment Promotion
2 properties
OrderConfigurationValidationRequest
object
Order validate determines the blocking behavior when creating an order draft.
4 properties
FulfillmentPromotionCollection
object
A collection of promotions applied to the fulfillment.
2 properties
PromotionBehavior
object
Promotion behaviors
1 property
PIMValidationData
object
Product validation data
1 property
OrderDraftItemRequest
object
Custom data for the item
2 properties 1 required
CreateCartRequest
object
Cart Request
5 properties
TaxConfiguration
object
Configuration settings for tax calculations and behaviors.
2 properties
ValidationData
object
4 properties
ProductConfigurationRequest
object
Configuration settings related to product behavior and cache expiry.
3 properties
OrderConfiguration
object
Configuration settings related to order validation and processing.
1 property
PaymentCollection
object
An object containing a collection of payments added to the corresponding cart.
2 properties
ItemResponseDto
object
Item Response
16 properties
Address
object
Address
14 properties
ProductConfiguration
object
Configuration settings related to product behavior and cache expiry.
3 properties
Proration
object
Proration details of the item used for returns in an OMS system
2 properties
OrderConfigurationRequest
object
Configuration settings related to order validation and processing.
1 property
NotFound
object
Resource Not Found
2 properties
SegmentRequest
object
Segment Request
2 properties 2 required
SegmentObject
object
Segment
2 properties
QueryResponse
object
Query details
3 properties 3 required
OrderInfo
object
An object that contains order information, such as the order ID, order number, and items included in the order.
4 properties
InventoryValidationData
object
Inventory validation details
3 properties
InventoryBehavior
object
Behaviors related to inventory actions, such as adding the item or removing the item.
4 properties
MaxQtyBehaviorRequest
object
The behaviors that will execute when the cart reaches the maximum quantity.
3 properties
Tax
object
Tax
2 properties
ItemFulfillment
object
Item Fulfillment
4 properties
NewItemResponseDto
object
Item Response
16 properties
PromotionApplied
object
Promotions applied
6 properties
ProrationSpread
object
Prorations
1 property
PaymentAuthorization
object
Payment authorization
3 properties 1 required
NewCartResponse
object
Cart Response
23 properties
MaxQtyBehavior
object
Max quantity behaviors
3 properties
ItemPromotion
object
Item Promotion
4 properties
ItemPromotionsCollection
object
Collection of item promotions.
2 properties
InventoryBehaviorRequest
object
Inventory behaviors based on action (adding the item, etc)
4 properties
CartResponse
object
Cart Response
23 properties
ItemCollection
object
A collection of items in the cart.
2 properties
PromotionConfiguration
object
Configuration settings related to promotions and their cache expiry.
2 properties
DateRange
object
Date Range
2 properties
PromotionConfigurationRequest
object
Configuration settings related to promotions and their cache expiry.
2 properties
PickupPerson
object
Pickup person details
2 properties
UpdateCartRequest
object
Cart Request
4 properties
CustomerContextRequest
object
Customer Context Request
4 properties
InventoryConfigurationRequest
object
Inventory configurations
3 properties
TaxBehavior
object
tax behaviors
1 property
Inventory
object
Inventory
2 properties
OrderValidateConfiguration
object
Order validate determines the blocking behavior when creating an order draft.
4 properties
ConfigurationRequest
object
Cart [configurations](/v3/cart-and-checkout/api-reference/carts-v3/configuration-behaviors) determine the behavior within the cart.
6 properties
ResourcePrice
object
Price details
1 property 1 required
FeeTaxDetails
object
Tax details used to determine tax for a cart fee.
2 properties
Payment
object
Cart Payment
10 properties
CartMaxQtyConfiguration
object
Maximum quantity configurations to set when the cart reaches its limit.
2 properties
ClientError
object
Client error details
2 properties
CartMaxQtyConfigurationRequest
object
Cart max quantity configurations
2 properties
NewItemCollection
object
2 properties
AdjustmentCollection
object
A collection of adjustments made to the corresponding cart.
2 properties
OrderInfoRequest
object
Order information request object
3 properties
CreateOrderDraftRequest
object
Order Draft Request
3 properties 2 required
TaxConfigurationRequest
object
Configuration settings for tax calculations and behaviors.
2 properties
CustomerContext
object
Customer context object containing customer information.
4 properties
Name
object
Name of the recipient of the order.
3 properties
TaxValidationData
object
An object that contains tax validation data.
1 property
ProductBehavior
object
Behaviors related to inventory actions, such as adding the item or removing the item.
4 properties
MaxQtyConfiguration
object
Item max quantity configurations
2 properties
SKUValidationData
object
Product validation data to determine product existence
3 properties
Phone
object
Phone
2 properties
SummaryResponse
object
A summary of items in the cart.
2 properties
SearchCartRequest
object
Search Cart Request
3 properties 2 required
SearchCartResponse
object
Search Cart Response
2 properties 2 required
State
object
Cart State
4 properties
Price
object
The sum of the total amount of the cart.
7 properties
Adjustment
object
Adjustment
6 properties
MaxQtyConfigurationRequest
object
Item max quantity configurations
3 properties
SequenceRequest
object
Sequence Request
1 property 1 required
SequenceMethodData
object
Sequence Data Request
4 properties 3 required
Coupon
object
Coupon
2 properties
JsonNode
object
The data to be updated at the specified endpoint.
Customer
object
Filter by customer details
2 properties
Configuration
object
Cart [configurations](/v3/cart-and-checkout/api-reference/carts-v3/configuration-behaviors) determine the behavior within the cart.
6 properties
PromotionValidationData
object
An object that contains promotion validation data.
3 properties
ProductBehaviorRequest
object
Behaviors related to inventory actions, such as adding the item or removing the item.
4 properties
CartPromotionCollection
object
A collection of promotions applied to the corresponding cart.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fabric-com-cart-api-openapi.yml Raw ↑

Other APIs fabric publishes across the network.

fabric Actions Endpoints API
fabric Addresses API
fabric Appeasements API
fabric Attributes API
fabric Authentication Endpoints API
fabric Bulk Import API
fabric Cancellations API
fabric Cart Actions API
fabric Cart Adjustments API
fabric Cart Fees API
fabric CartPayments API
fabric Carts API
Where this information came from

This is an independent, third-party profile of fabric Cart API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.