Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-core-product
Product catalog hierarchy, pricing rules, consumption schedules, price protection, and media objects that define what is sold and at what terms.
Published package · Latest published 1.0.1 Mar 4, 2026 · 25 datasets / 29 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
25 datasets29 measures · 267 dimensionsSemantic Graph
Relationship counts appear after the graph loads.
Loading graph
Package graph is loadingPackage relationships will appear when the summary is ready.
Reference 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-product
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-product")
prompt = rawctx.to_prompt(
"@pasar6987/sf-core-product",
datasets=["Consumption Rate", "Consumption Schedule"],
max_tokens=2000,
)
print(model.datasets) # ["Consumption Rate", "Consumption Schedule", "ConsumptionRate"]
print(model.measures) # [Measure(name="Consumption Rate.LowerBound", ...), Measure(name="Consumption Rate.Price", ...), Measure(name="Consumption Rate.ProcessingOrder", ...)]
print(model.dimensions) # [Dimension(name="ConsumptionScheduleId", ...), Dimension(name="CurrencyIsoCode", ...), Dimension(name="Description", ...)]
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-product
Product catalog hierarchy, pricing rules, consumption schedules, price protection, and media objects that define what is sold and at what terms.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 25 |
| Dimensions | 267 |
| Measures | 29 |
| Relationships | 7 |
Objects
- Consumption Rate — Consumption rates describe the billing rate for a range of usage within a consumption schedule. All consumption schedules require at least one consumption rate in order to rate usage on a usage product.
- Consumption Schedule — A consumption schedule organizes a set of consumption rates by which usage-based products are quoted and billed.
- ConsumptionRate — Consumption Rates - ConsumptionRate
- ConsumptionSchedule — Consumption Schedules - ConsumptionSchedule
- PriceAdjustmentGroupShape — Defines the business logic for a top-level price adjustment, for example, a discount applied to an entire order.
- PriceAdjustmentItemShape — Defines the business logic for an item-level price adjustment, for example, a discount on an order item.
- PriceProtectExecLineItem — Represents a line item created as part of a Price Protection Execution.
- PriceProtectionExecution — Represents an instance of running the price protection process, capturing execution time, status, and the effective date of price changes.
- PriceProtectionTerm — Represents a configuration record that defines the rules, types, and eligible conditions for price protection.
- Pricebook2History — Represents historical information about changes that have been made to the standard fields of the associated Pricebook2, or to any custom fields with history tracking enabled.
- Pricing Event Type — Salesforce standard object
- ProductCatalog — The container that holds a Product Category hierarchy.
- ProductCategory — Represents the category that products are organized in.
- ProductCategoryDataTranslation — Represents the translated values for the data stored within a ProductCategory record’s fields.
- ProductCategoryMedia — Category Medias - ProductCategoryMedia
- ProductCategoryProduct — Holds the relation between product and product category to assign products to a category.
- ProductComponentGroup — Represents the logical grouping of associated products in a bundle and the products’ arrangement policy (group cardinality).
- ProductConsumptionSchedule — Product Consumption Schedules - ProductConsumptionSchedule
- ProductDetectedPriceChange — Represents a detected change in price for a product associated with a partner account.
- ProductEntitlementTemplate — Represents predefined terms of customer support (Entitlement) that users can add to products (Product2).
- ProductFeaturedProduct — Represents the user-defined collection of featured products that are meant to cross-sell or upsell with your product.
- ProductMedia — Represents the rich media, including images and attachments, that can be added to products.
- ProductQuantityRule — Represents the relationship between a quantity rule and a product. This object assigns quantity rules to a product.
- ProductRelatedComponent — Represents a product that is included in a product bundle, a set, or a product and an add-on.
- ProductRelationshipType — Defines the relationship between two sales transaction items. For example, defines a relationship between a bundle and a bundle component.
Install
rawctx snapshot-download @pasar6987/sf-core-product
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.
