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
layersfield 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
layersfield 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
companyfield on the rootQuerytype returns aCompanyQueriesobject for accessing B2B company data for the authenticated customer.- Authentication:
companyUserresolves tonullwhen the caller is not a company user, B2B is disabled, or the feature flag is off. - Company user:
companyUseronCompanyQueriesreturns the authenticatedCompanyUser, exposingfirstName,lastName,company,email,phoneNumber,companyRoleName, and the customer’sformFieldsandextraFields.
- Authentication:
For schema details, browse the Storefront GraphQL API reference.