customerPricingApplies
customerPricingApplies(
entry,productId,productCollectionIds):boolean
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/product/customer-pricing.d.ts:96
Whether a rule targets the given product: all, or the product id in the
rule’s product references, or the product in one of the referenced
collections (checked against the product’s own collection ids).
Parameters
Section titled “Parameters”productId
Section titled “productId”string
productCollectionIds
Section titled “productCollectionIds”readonly string[]
Returns
Section titled “Returns”boolean