isCustomerPricingMember
isCustomerPricingMember(
entry,customerTags):boolean
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/product/customer-pricing.d.ts:120
Whether the logged-in customer’s tags intersect the rule’s member tags -
the prompt-vs-preview switch. Case-insensitive by design: the app always
writes lowercase tag slugs, but merchants hand-tagging Wholesale beside
wholesale should still see their preview. ADVISORY only - the app’s
Discount Function (hasAnyTag on the cart’s buyerIdentity) is the
authoritative membership gate at checkout.
Parameters
Section titled “Parameters”customerTags
Section titled “customerTags”readonly string[]
Returns
Section titled “Returns”boolean