Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-core-order
End-to-end order lifecycle including order items, adjustments, tax calculations, delivery groups, fulfillment, returns, and order summary aggregation.
Published package · Latest published 1.0.1 Mar 4, 2026 · 37 datasets / 281 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
37 datasets281 measures · 762 dimensionsReference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-core-order
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-core-order")
prompt = rawctx.to_prompt(
"@pasar6987/sf-core-order",
datasets=["FulfillmentOrder", "FulfillmentOrderItemAdjustment"],
max_tokens=2000,
)
print(model.datasets) # ["FulfillmentOrder", "FulfillmentOrderItemAdjustment", "FulfillmentOrderItemTax"]
print(model.measures) # [Measure(name="FulfillmentOrder.FulfilledToLatitude", ...), Measure(name="FulfillmentOrder.FulfilledToLongitude", ...), Measure(name="FulfillmentOrder.GrandTotalAmount", ...)]
print(model.dimensions) # [Dimension(name="AccountId", ...), Dimension(name="ActiveDate", ...), Dimension(name="BillToContactId", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-core-order
End-to-end order lifecycle including order items, adjustments, tax calculations, delivery groups, fulfillment, returns, and order summary aggregation.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 37 |
| Dimensions | 762 |
| Measures | 281 |
| Relationships | 49 |
Objects
- FulfillmentOrder — Represents a group of products, fees, and delivery charges on a single order that share the same fulfillment location, delivery method, and recipient. The FulfillmentOrderLineItems belonging to a FulfillmentOrder are associated with OrderItemSummary objects belonging to a single OrderSummary.
- FulfillmentOrderItemAdjustment — Represents a price adjustment on a FulfillmentOrderLineItem. Corresponds to an OrderItemAdjustmentLineSummary associated with the corresponding OrderItemSummary.
- FulfillmentOrderItemTax — Represents the tax on a FulfillmentOrderLineItem or FulfillmentOrderItemAdjustment. Corresponds to an OrderItemTaxLineItemSummary.
- FulfillmentOrderLineItem — Represents a product or delivery charge belonging to a FulfillmentOrder. Corresponds to an OrderItemSummary.
- Order — Represents an order associated with a contract or an account.
- OrderAction — Indicates the type of order, such as a new sale or a cancellation.
- OrderAdjustmentGroup — Group containing a set of adjustments applied to an order.
- OrderAdjustmentGroupSummary — Represents the current properties and state of a group of related price adjustments. Associated with a set of OrderItemAdjustmentLineSummaries that apply to OrderItemSummaries belonging to one OrderSummary. Corresponds to one or more order adjustment group objects, consisting of an original object and any change objects applicable to it.
- OrderChangeLog — Represents a log record of all change requests made to an order post activation. A log record is always one-to-one to change an order request.
- OrderChgReasonCategMap — The mapping between an order change reason and a service flow category.
- OrderDeliveryGroup — A group of order items that share a delivery method and address. The delivery method and address are used during the fulfillment process, such as shipping as a gift, downloading, picking up in store, or shipping to a standard address
- OrderDeliveryGroupSummary — Represents the current properties and state of a group of OrderItemSummaries, belonging to one OrderSummary, to be fulfilled using the same delivery method and delivered to the same address. A single shipment can include them all, but that isn’t guaranteed. Corresponds to one or more order delivery group objects, consisting of an original object and any change objects applicable to it.
- OrderHistory — Represents historical information about changes that have been made to the standard fields of the associated order, or to any custom fields with history tracking enabled.
- OrderItem — Represents an order product that your organization sells.
- OrderItemAdjustmentLineItem — An adjustment that has been made to an order item.
- OrderItemAdjustmentLineSummary — Represents the current properties and state of price adjustments on an OrderItemSummary. Corresponds to one or more order item adjustment line item objects, consisting of an original object and any change objects applicable to it.
- OrderItemGroup — Stores the group information for line items in an order. It also stores the aggregated line field information (subtotal). It contains a parent-child relationship to order.
- OrderItemRecipient — Represents a site, employee, or other entity for which services are being ordered. This includes essential details such as the recipient's name, contact information, and the specific site or location where the services will be provided.
- OrderItemRelationship — Describes a relationship between order products.
- OrderItemSummary — Represents the current properties and state of a product or charge on an OrderSummary. Corresponds to one or more order item objects, consisting of an original object and any change objects applicable to it.
- OrderItemSummaryChange — Represents a change to an OrderItemSummary, usually a reduction in quantity due to a cancel or return. Corresponds to a change order item.
- OrderItemSummaryRelationship — Salesforce standard object
- OrderItemTaxLineItem — The tax amount that has been applied to an order item.
- OrderItemTaxLineItemSummary — Represents the current tax on an OrderItemSummary or OrderItemAdjustmentLineSummary. Corresponds to one or more order item tax line items, consisting of an original object and any change objects applicable to it.
- OrderItemType — Shows whether the order product is a product line or charge line.
- OrderPaymentSummary — Represents the current properties and state of payments using a single payment method that are applied to one OrderSummary.
- OrderPaymentSummaryReference — OrderPaymentSummaryReference is a junction object that allows an order payment summary to be shared with another order summary.
- OrderShare — Represents a sharing entry on an Order.
- OrderStatus — Represents the status of the order entity.
- OrderSummary — Represents the current properties and state of an order. Corresponds to one or more order objects, consisting of an original object and any change objects applicable to it.
- OrderSummaryAdditionalInfo — Stores information related to OrderSummary including context around the order, such as inventory reservation details, order origination, and other values that Einstein uses to perform order analysis. Only reservation details can be stored in this object.
- OrderSummaryRelationship — Junction object used to track how an original order summary (created before any exchanges have occurred) relates to other order summary objects in a chain of exchange orders.
- OrderSummaryRoutingSchedule — Represents an attempt to route an order summary to one or more inventory locations for fulfillment. You can use it to schedule future attempts and to record completed attempts.
- OrderTag — Order Tag - OrderTag
- PendingOrderSummary — Object representing a B2C Commerce order ingested via High Scale Orders before an OrderSummary is created for it. Optimized for online transaction processing (OLTP).
- ReturnOrderItemAdjustment — Represents a price adjustment on a return order line item.
- ReturnOrderItemTax — Represents the tax on a return order line item or return order item adjustment.
Install
rawctx snapshot-download @pasar6987/sf-core-order
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
Topology
Semantic graph
Use the graph last, once provenance, documentation, and the runnable path are already clear.
Semantic Graph
Topology counts appear after the graph loads.
Loading graph
Semantic topology is still loadingCounts and graph nodes appear after the latest published summary has been fetched.
