Athenian Platform Core
product details.
Athenian Platform Core orchestrates advanced WooCommerce behavior for pricing, vendor logic, custom product data, cart behavior, API exposure, and order persistence. It helps teams give connected plugins a common commerce foundation instead of duplicating cart, pricing, product, and order rules while keeping data, permissions, and automation aligned with the broader Athenian Platform Ecosystem.
Athenian Platform Core is the shared orchestration layer for the Athenian commerce ecosystem. It is not a single-purpose WooCommerce add-on; it is the central runtime that coordinates shared schema registration, vendor-aware pricing, Store API cart payloads, Print Forge design data, Product Add-ons payloads, order metadata persistence, user-generated sub-products, media-gallery controls, AI provider access, GraphQL exposure, and platform diagnostics.
The plugin helps Athenian-powered WooCommerce systems behave like one connected platform instead of a collection of disconnected custom plugins. It gives companion modules a shared foundation for pricing, custom product payloads, vendor context, AI media generation, Store API extensions, cart-to-order persistence, role discounts, media organization, user products, GraphQL product fields, and reusable admin tooling.
For operators, APC reduces the risk of pricing drift, missing cart data, inconsistent order records, disconnected APIs, and difficult support workflows. For developers, it provides shared services, entity resolvers, payload contracts, event definitions, AI capabilities, vendor pricing logic, Store API namespaces, and extension hooks that future Athenian modules can build on.
Within the broader Athenian Platform, Athenian Platform Core is the connective tissue behind Print Forge, Product Add-ons, Vendor Dropship, Store Credits, OwlPay, Creator Manager, Data Intelligence, Google Sheets Integration, custom cart flows, headless clients, and advanced WooCommerce storefronts.
How Athenian Platform Core fits the Athenian Platform
Platform role: Athenian Platform Core is part of the platform foundation layer. Its APIs, Webhooks & Automation and Core Runtime & Schema responsibilities help establish shared conventions that other Athenian modules can use without duplicating lower-level infrastructure.
Connected scope: Athenian Platform Core is designed to work inside a WordPress and WooCommerce operating environment where storefront, customer, order, identity, payment, fulfillment, automation, and reporting context can remain connected across relevant modules instead of being trapped in isolated add-ons.
From module to operating platform: Athenian Brands organizes the ecosystem in four connected layers: Platform Kernel and Platform Core foundations; focused capability plugins; implementation and integration services; and operating brands such as PrintGhost.ai, Athenian Marketplace, Athenian Academy, and Athenian Unÿa that apply the same patterns to real business workflows.
Platform Foundation
Unify Advanced WooCommerce Features Through One Shared Core Runtime
Athenian Platform Core gives companion plugins a common foundation for
pricing, cart payloads, order metadata, vendor context, media records,
user products, AI services, Store API output, and platform diagnostics.
| Core Layer | Operational Value |
|---|---|
| Shared Runtime | Coordinates constants, autoloading, settings, admin diagnostics, Kernel checks, WooCommerce compatibility, and integration toggles. |
| Store API Extensions | Exposes structured cart and cart-item payloads under extensions.apc, extensions.apa, and extensions.apf. |
| Payload Contracts | Provides a shared vocabulary for vendor pricing, add-ons, uploads, artwork captures, previews, canvas data, and custom product metadata. |
| Event & Entity Systems | Registers event definitions, entity resolvers, trace context, relationship tracking, and payload schema infrastructure for future orchestration. |
- Uses the primary namespace
Athenian\PlatformCore. - Runs as an MU-compatible shared platform layer with Kernel dependency checks.
- Registers a compact cart shortcode using the shortcode name
'apc_mini_cart'. - Watches for APF-related shortcode token names such as
'apf','apf_common','apf_texture','apf_3d_texture','apf_contour', and'apf_mockup'to load cart builder assets when needed.
Commerce Coordination
Keep Vendor Pricing, Add-ons, Artwork, and Cart Payloads Intact Through Checkout
APC coordinates vendor-aware pricing, role discounts, add-on deltas, APF
design payloads, Store API line snapshots, and cart-to-order metadata so
custom commerce data survives the full WooCommerce transaction lifecycle.
Resolve pinned vendor offers, tiers, lead times, stock, and price snapshots
Carry APC, APA, and APF data through Store API and classic cart flows
Write rich cart-derived metadata to WooCommerce order line items
| Commerce Layer | How It Helps |
|---|---|
| Vendor Marketplace | Registers vendor records, vendor-product assignments, vendor offer rows, buy-box behavior, origin details, and conservative fallback to native WooCommerce pricing. |
| Role Discount Bridge | Exposes role-based discount logic through ath_apc_get_role_discount_percent() for vendor-aware and add-on-aware pricing flows. |
| Cart-to-Order Metadata | Persists Store API/cart extension data into order item meta so fulfillment, support, previews, and customer confirmations retain context. |
| Order Confirmation Output | Turns internal metadata into cleaner customer/admin-facing displays for vendor names, artwork previews, canvas captures, add-ons, and selected options. |
- Registers vendor records with the CPT
ab_vendor. - Registers user-generated sub-product records with the CPT
user_product. - Creates vendor-related tables such as
ausp_vendor_prices,ausp_vendor_product_map, andausp_earnings. - Exposes vendor pricing APIs through routes such as
/apc/v1/vendor-offers,/apc/v1/cart-pricing, and/apc/v1/price-probe.
AI, Media & API Infrastructure
Give the Platform Shared AI, Media, GraphQL, and Diagnostic Services
APC includes a shared AI provider manager, OpenAI support, media storage
workflows, My Account media galleries, taxonomy intelligence, optional
WPGraphQL fields, admin diagnostics, and trace/event infrastructure.
| Infrastructure Layer | Operational Purpose |
|---|---|
| AI Control Plane | Provides shared AI settings, provider registry, OpenAI implementation, image generation routes, media storage, credit hooks, and capability dispatching. |
| Media Gallery | Adds media roles, hidden workflow-media controls, an attachment taxonomy, and a WooCommerce My Account media endpoint for uploaded or generated assets. |
| GraphQL Fields | Registers product-level vendor, tier, tier-split, and line-price fields when WPGraphQL is active. |
| Taxonomy Intelligence | Suggests taxonomy terms with deterministic local matching based on aliases, synonyms, hierarchy, tokens, fuzzy matches, boosts, and negative terms. |
The connective tissue behind Athenian commerce:
APC lets advanced WooCommerce features share pricing rules, payload
conventions, AI access, media handling, Store API output, GraphQL data,
and order metadata instead of rebuilding those systems separately.
- Adds the WooCommerce My Account media endpoint
apc-media. - Registers AI REST routes such as
/apc/v1/ai/ping,/apc/v1/ai/nonce,/apc/v1/ai/image/generate, and/apc/v1/ai/image/store-media. - Registers GraphQL product fields such as
apcVendor,apcTiers,apcTierSplit, andapcLinePrices. - Builds toward formal payload documentation, expanded diagnostics, CLI health checks, event-log persistence, vendor pricing test coverage, AI-provider guides, and cross-plugin platform diagrams.
