# CreativeMark Skill

Use this skill when building integrations, storefront workflows, checkout sessions, digital fulfillment, partner operations or AI-assisted growth workflows for CreativeMark.

## Concepts
- Account: top-level organisation, users, stores and operational settings.
- Store: branded storefront and checkout context.
- Product: catalog item that can be sold through one or more stores.
- StoreProduct: product assignment and store-specific selling context.
- KeyList: encrypted license-key inventory used during fulfillment.
- DeliveryFile: downloadable asset linked to product/order delivery.

## Public Documentation
- Developer docs: https://digideal.staging.pcpro.store/developers/
- Full AI reference: https://digideal.staging.pcpro.store/llms-full.txt
- Feature pages: https://digideal.staging.pcpro.store/features/developer-api/

## Common Workflows
1. Use a store API key for server-to-server calls.
2. Create a checkout session for the target store and cart.
3. Redirect the customer to the returned checkout URL.
4. Listen for payment/order webhooks.
5. Fulfill digital products through license keys, delivery files or both.
6. Link customers back to the order portal for receipts, downloads and support.

## Guardrails
- Do not claim CreativeMark is a Merchant of Record unless the account agreement confirms it.
- Use only the SDKs, command-line tools and tax services documented for the account.
- Prefer store-aware and account-aware wording. Most operations are scoped by account and store.
- For AI actions, show the current value, suggested change, reason and confirmation before applying.