Cascading price lists now in open beta

Cascading price lists have moved out of closed beta and are now available to the public in open beta, with no access request required.

  • Layer fallback pricing: use the layers field on a price list to define a fallback list that resolves when a price record is not found in the primary list, before falling back to the catalog price.
  • Standard Price Lists endpoints: the layers field is set on the existing create and update Price Lists API endpoints. No new endpoints are introduced.

For details, see the Cascading price lists guide.


GraphQL Schema Updates

Authenticated customers can now access B2B company data through the Storefront GraphQL API.

Storefront GraphQL

  • Company queries: new company field on the root Query type returns a CompanyQueries object for accessing B2B company data for the authenticated customer.
    • Authentication: companyUser resolves to null when the caller is not a company user, B2B is disabled, or the feature flag is off.
    • Company user: companyUser on CompanyQueries returns the authenticated CompanyUser, exposing firstName, lastName, company, email, phoneNumber, companyRoleName, and the customer’s formFields and extraFields.

For schema details, browse the Storefront GraphQL API reference.