Przejdź do głównej zawartości

BuyerInput

Buyer context for @inContext — supports B2B impersonation and company-scoped catalog.

input BuyerInput {
companyLocationId: ID
customerAccessToken: String
}

Fields

BuyerInput.companyLocationId ● ID scalar

B2B company location ID (planned — multi-location buyer scoping).

BuyerInput.customerAccessToken ● String scalar

Customer JWT for explicit auth context (mobile / server-to-server / admin impersonation). For browser storefronts prefer the httpOnly customerAccessToken cookie or Authorization: Bearer header — directive args are propagated through query logs.

Member Of

inContext directive