xMatix
Sign in Request demo
xMatix
PRODUCTS
SalesField SalesCRMRewardsClaimsInventoryProcurementWarehouse ManagementField ServiceServiceSupportTelephony & MessagingFinance & AccountingPayrollExpense ManagementCommercePortalsAnalytics & ReportingData StudioMobile AppSee all products →
PLATFORM
Platform overviewApp BuilderAutomationIntegrationsSecurity & GovernanceChange ManagementDevelopers
SENSE AI
Sense AI overviewSense AssistSense ControlSense VisionAI StudioTrust & governanceIn Claude & ChatGPTUse cases
SOLUTIONS
FMCG & DistributionManufacturing & Dealer NetworksAutomotive & DealershipsPharma & HealthcareConsumer DurablesAgri-InputsBuilding MaterialsService NetworksWarehousing & 3PLFinancial AccountingERP SoftwareIndia GST ComplianceUAE VAT & e-InvoicingSaudi ZATCA & VATAll solutions →
RESOURCES
Knowledge CenterDeveloper & CLIBlogGuidesWhat is xMatix?Company facts
COMPANY
AboutCareersPartnersEventsContactAuthorsLegal
Sign in Request demo
Home/Docs/Entity Reference/Item Cart — entity reference
REFERENCE · Last reviewed

Item Cart — entity reference

A staging basket row that parks an item, SKU, lot type, account and quantity against an Order before it becomes an order line. Treat it as reserved scaffolding rather than a source of order demand; actual demand lives on OrderLine.

Fields

FieldLabelTypeRequiredWhat it does
AccountIdAccountLookup → Account
CreatedByIdCreated ByLookup → UserAccountYes
CreatedDateTimeCreated OnDateAndTimeYes
IdIdGuidYes
ItemIdItemLookup → Item
ItemLotTypeIdItem Lot TypeLookup → ItemLotType
ModifiedByIdModified ByLookup → UserAccountYes
NameNameTextYes
OrderIdOrderLookup → OrderYes
OwnerIdOwnerLookup → UserAccountYes
QuantityQuantityDecimalYesQuantity staged for the item or SKU on this basket row. It is not a source of order demand — no code path in the platform converts it into an OrderLine or into any pending-quantity counter.
RecordTypeIdRecord TypeGuid, hidden
SKUIdSKULookup → SKU
SubscriptionKeySubscription KeyGuid, hiddenYes
UpdatedDateTimeUpdated OnDateAndTimeYes

Actions

ActionLabelTypeWhat it does
CloneCloneServerAction (Clone)Create a copy of this record
  • Account — looks up via AccountId
  • Order — looks up via OrderId
  • SKU — looks up via SKUId
  • Item — looks up via ItemId
  • ItemLotType — looks up via ItemLotTypeId