Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 4.32 KB

File metadata and controls

51 lines (35 loc) · 4.32 KB

Agent guide for developers.nextcommerce.com

This file is the navigation and evidence contract for an agent reading the Next Commerce developer documentation. It is not a setup script. For setup, fetch and follow the stable agent setup prompt.

What this site is

https://developers.nextcommerce.com documents the Next Commerce platform for developers: the Admin API (REST), webhooks, storefront themes and the storefront GraphQL API, campaigns and the Campaign Cart SDK, apps and OAuth, AI agent skills, and testing.

The sibling site, https://docs.nextcommerce.com, is the merchant and operator documentation: dashboard guides, store configuration, payments operations, and the platform changelog. Questions about how to operate a store belong there; questions about how to integrate with it belong here.

Where to start

Evidence rules

  • Cite the page URL for every claim you make from this documentation.
  • For facts about an operation, parameter, or field, prefer the versioned spec over prose pages. The prose explains; the spec is the contract.
  • The changelog at https://docs.nextcommerce.com/changelog is the record of what changed and when. Do not infer release history from page contents.
  • NEXT Payments processing rates are not published. If asked, say so rather than estimating.
  • Do not "correct" identifiers containing 29next. See Legacy identifiers below.
  • If the documentation does not answer a question, say that it does not. Do not fill gaps from general ecommerce knowledge and present the result as Next Commerce behavior.

Versions

The Admin API is versioned by date. The version is selected per request with the X-29next-API-Version header.

  • 2024-04-01: stable, recommended for all new integrations.
  • 2023-02-10: deprecated; documented for existing integrations only.
  • unstable: in-progress changes; may change without notice.

Each version has its own spec file (listed above) and its own reference section on the site. When a question names a version, answer from that version's spec.

Legacy identifiers

Next Commerce was formerly 29 Next, and the platform still carries that name in its core technical identifiers: store and account hostnames ({store}.29next.store, accounts.29next.com), the X-29next-API-Version and X-29Next-Signature headers, and the API key namespace. These are current, in use on every store, and not scheduled to change. Use them exactly as written.

Corrections

Outside pull requests to this repository are not accepted. There is no public correction route yet; report documentation errors through your existing Next Commerce support contact.