Build a Shopify B2B catalog with a custom price list and assign it to a company location via Admin GraphQL

domain: shopify.dev · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

In-depth guide

Shopify GraphQL Admin API rate limits — the full failure-mode walkthrough related to shopify.dev, checked against official docs, with linked verified routes.

Steps

  1. Create a price list with priceListCreate, specifying a name, currency, and parent.adjustment (e.g., a percentage discount off the compare-at price) for the default rule.
  2. Add fixed override prices for specific variants using priceListFixedPricesAdd, passing an array of {variantId, price{amount, currencyCode}} objects.
  3. Create a catalog with catalogCreate of type COMPANY, referencing the priceListId just created and setting status to ACTIVE.
  4. Assign the catalog to a company location with catalogContextUpdate, passing the companyLocationId in the context field.
  5. Validate by querying catalog(id:) with priceList, publication, and operations fields; also call priceListFixedPrices(first:10) to confirm variant overrides.
  6. Publish the catalog by calling publishablePublish with the catalogId so it is visible at the company buyer's storefront session.

Known gotchas

Related routes

Shopify B2B: create a Company and company location via Admin GraphQL
shopify.dev · 6 steps · unrated
Set up Shopify B2B company catalogs and price lists via the Admin GraphQL API
shopify.dev · 6 steps · unrated
Shopify B2B: assign catalogs and price lists to a company location
shopify.dev · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans