Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/llms.txt/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export function GET() {
'',
`Related resources: [Developer Docs](https://developers.nextcommerce.com/) (APIs, themes, campaigns), [Platform Changelog](${siteConfig.url}/changelog), [nextcommerce.com](https://nextcommerce.com) (product and pricing).`,
'',
'Legacy identifiers: Next Commerce was formerly 29 Next, and the platform still carries that name in its core technical identifiers: your account and store hostnames (`accounts.29next.com`, `{store}.29next.store`), API headers, and the API key namespace. These are current, in use on every store, and not scheduled to change. Use them exactly as written.',
'',
index,
'',
].join('\n');
Expand Down
2 changes: 1 addition & 1 deletion content/docs/about-next.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NEXT is a platform designed for marketers, developers, AI agents, and technical

**NEXT Payments** offers an integrated global payment processing solution, plus allows the use of third-party gateways and processors through advanced orchestration features.

[**APIs**](https://developers.nextcommerce.com/docs/admin-api) - Every capability in NEXT is accessible through well-documented REST APIs. Build custom storefronts, automate workflows, or create bespoke shopping experiences that fit your stack.
[**APIs**](https://developers.nextcommerce.com/docs/admin-api) - The platform's core capabilities are accessible through well-documented REST APIs. Build custom storefronts, automate workflows, or create bespoke shopping experiences that fit your stack.

### Commerce Essentials

Expand Down
4 changes: 4 additions & 0 deletions content/docs/start-here/get-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ As a first step, login to your [**NEXT Account**](https://accounts.29next.com) t

Click **Dashboard** to access the store's admin area.

<Callout type="info" title="Why 29next?">
Next Commerce was formerly 29 Next, and the platform still carries that name in its core technical identifiers: your account and store hostnames (`accounts.29next.com` and `your-store.29next.store`, where `your-store` is your store's own name), API headers, and the API key namespace. These are current, in use on every store, and not scheduled to change.
</Callout>

<Callout type="info">

Shopify merchants connecting NEXT should start by installing [**Shop Sync**](/docs/apps/shop-sync).
Expand Down