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 LineItems API

LineItem endpoints are used to performbasic lineItem operations, such as create, update, delete and more.

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

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

This API exposes 4 operations across 2 paths, and defines 74 schemas. It is described by OpenAPI 3.2.0, at version 3.0.0.

Requests are made against 2 base URLs: https://api.fabric.inc/v3, https://stg.api.fabric.inc/v3.

4 operations 2 paths 74 schemas 1 DELETE1 PATCH2 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 LineItems API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Include the Bearer header where the is the authentication token generated from the [Getting Started with fabric APIs](/v3/api-reference/getting-started/getting…

Paths & Operations 4

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

LineItems 4

LineItem endpoints are used to performbasic lineItem operations, such as create, update, delete and more.

POST
/orchestrator/carts/{cartId}/items
Add Items
addItemsToCart 4 params body → 200400401422
PATCH
/orchestrator/carts/{cartId}/items
Update Items
updateItems 4 params body → 200400401422
DELETE
/orchestrator/carts/{cartId}/items
Delete Items
deleteItems 5 params → 200400401422
POST
/orchestrator/carts/{cartId}/items/{itemId}/actions/split
Split Line Items
splitLineItems 5 params body → 200400401422

Schemas 74

The contract defines 74 schemas that model the data the API accepts and returns. The most detailed are CartResponse (26 properties), ItemResponseDto (16 properties), Address (14 properties), Fulfillment (13 properties). Each schema is shown below with its type and property counts.

PriceDetail
object
The sum of the total amount of the cart.
7 properties
InventoryConfiguration
object
Configuration settings related to inventory management and checks.
3 properties
InventoryBehaviour
object
Behaviors related to inventory actions, such as adding the item or removing the item.
4 properties
Person
object
Name of the pickup person.
3 properties 1 required
LineItemValidationData
object
An object that contains item validation data.
2 properties
SuggestedProduct
object
4 properties
Fulfillment
object
A fulfillment object containing important fulfillment information.
13 properties
Verifier
object
Payment verifier
2 properties
FeesCollection
object
A collection of fees associated with the cart.
2 properties
TaxCollection
object
A collection of taxes.
2 properties
AddItemsToCartRequest
object
1 property
Fee
object
A collection of fees associated with the cart.
9 properties
UpdateLineItemFulfillment
object
3 properties
ItemPrice
object
Item price
2 properties
UpdateLineItemFulfillmentPrice
object
1 property 1 required
FulfillmentPromotion
object
Fulfillment Promotion
2 properties
ConfigurationValue
string
Configuration values that define [behavior actions](/v3/api-reference/carts-v3/configuration-behaviors).
FulfillmentPromotionCollection
object
A collection of promotions applied to the fulfillment.
2 properties
PIMValidationData
object
1 property
MaxQtyBehaviour
object
Max quantity behaviors
3 properties
UpdateLineItemFulfillmentInventory
object
2 properties 2 required
TaxConfiguration
object
Configuration settings for tax calculations and behaviors.
2 properties
PromotionMessage
object
An object containng various promotions associated with the cart.
2 properties
ValidationData
object
4 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 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
Error
object
An object containing the error code and message.
2 properties
AddItemPayload
object
6 properties 2 required
TaxBehaviour
object
Tax behaviors
1 property
PromotionsConfiguration
object
Configuration settings related to promotions and their cache expiry.
2 properties
SegmentObject
object
2 properties
InventoryValidationData
object
Inventory validation details
3 properties
Tax
object
Tax
2 properties
UpdateLineItem
object
7 properties 1 required
ItemFulfillment
object
Item Fulfillment
4 properties
ProrationSpread
object
Prorations
1 property
PaymentAuthorization
object
Payment authorization
3 properties 1 required
ItemPromotion
object
Item Promotion
4 properties
ItemPromotionsCollection
object
Collection of item promotions.
2 properties
CartResponse
object
26 properties
ItemCollection
object
A collection of items in the cart.
2 properties
UnprocessableOrchestrationError
object
3 properties
CartConfiguration
object
Cart [configurations](/v3/api-reference/carts-v3/configuration-behaviors) determine the behavior within the cart.
5 properties
PickupPerson
object
Pickup person details
2 properties
ErrorDetails
object
3 properties
Summary
object
A summary of items in the cart.
2 properties
Behavior
object
Configuration for different behaviors in the system
4 properties
Inventory
object
2 properties
OrderValidateConfiguration
object
Order validate determines the blocking behavior when creating an order draft.
4 properties
FeeTaxDetails
object
Tax details used to determine tax for a cart fee.
2 properties
ResourcePrice
object
Price details
1 property 1 required
Payment
object
Cart Payment
10 properties
Attributes
object
Custom attributes used to describe the cart, such as a wishlist cart.
AdjustmentCollection
object
A collection of adjustments made to the cart.
2 properties
ProductBehaviour
object
Behaviors related to inventory actions, such as adding the item or removing the item.
4 properties
CustomerContext
object
Customer context object containing customer information.
4 properties
Name
object
2 properties
TaxValidationData
object
Tax validation data
1 property
Promotion
object
5 properties
SplitLineItemsRequest
object
Split line items request
4 properties 1 required
MaxQtyConfiguration
object
Item max quantity configurations
2 properties
SKUValidationData
object
Product validation data to determine product existence
3 properties
Phone
object
2 properties
Promotions
object
A collection of promotions applied to the cart.
2 properties
OrchestrationError
object
5 properties
State
object
Cart State
4 properties
Adjustment
object
A collection of adjustments made to the cart.
6 properties
Coupon
object
Coupon
2 properties
PromotionValidationData
object
An object that contains promotion validation data.
3 properties
UpdateLineItemsRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fabric-com-lineitems-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 API
fabric Cart Fees API
fabric CartPayments API
Where this information came from

This is an independent, third-party profile of fabric LineItems 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.