Platform implementation guide

Adobe Commerce / Magento: build a controlled agentic-commerce path

Select the Adobe Commerce API surface from the merchant's actual deployment model, then validate catalog, cart and order behavior without treating API access as proof of agent-protocol support.

Documented starting point: Adobe documents distinct GraphQL and REST surfaces for PaaS and SaaS. PaaS exposes core, B2B and service GraphQL schemas, while SaaS exposes a supergraph and uses IMS for REST authentication.

Official sources reviewed 2026-08-27. This date records the documentation review, not a test of a specific merchant store.

Capabilities confirmed in official documentation

Implementation sequence

  1. Record whether the merchant runs PaaS, on-premises or SaaS before choosing endpoints, schemas or authentication. Do not reuse a PaaS products query unchanged after a SaaS migration.
  2. Expose only current, customer-visible catalog fields for the selected store view. Keep staged content and admin tokens outside a shopper-facing agent.
  3. Carry the selected variant, store scope, locale, currency and buyer state from discovery into the cart, then refetch price, availability, promotion, tax and shipping before order placement.
  4. Use customer or guest authorization for shopper actions. Reserve IMS or admin credentials for narrow server-side operations with separately recorded scopes and owners.
  5. Separate order placement from invoice, shipment, cancellation and refund processing. Route each post-order task to the documented backend workflow instead of implying that GraphQL checkout completes it.

Scenarios to test before claiming support

Evidence to retain from the test

What the documentation does not establish

Evidence boundary

Adobe's deployment models and schemas differ materially. Publish only the merchant capabilities that were observed in the correct environment and tested from discovery through the intended order boundary.

Use the public signal scanner for a limited external check, then run the test cases above in a controlled environment. Review common failure modes before extending credentials or payment access.