Show products based on customer group #438
Answered
by
sags95
bakerhaider
asked this question in
Help
-
Hello im makingy own storefront which will have different groups and i want to show different products based on the users group, what is the best way to achieve this functionality? |
Beta Was this translation helpful? Give feedback.
Answered by
sags95
Nov 13, 2023
Replies: 1 comment 1 reply
-
Hi @BakerAlblam, you can likely do this a few ways. Using only the frontend API you can do something like the following
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
logeshswell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @BakerAlblam, you can likely do this a few ways. Using only the frontend API you can do something like the following
group
field that denotes the customer group.customer group
attribute value that matches thegroup
id. It can be something like this: