Skip to content

Commit

Permalink
update query name
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinfirman committed Jul 24, 2024
1 parent b55cbce commit 45fc375
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# The customerAccessToken and companyLocationId in the BuyerInput are obtained from the Customers API. For details on how to obtain those, see [Headless with B2B](https://shopify.dev/docs/storefronts/headless/bring-your-own-stack/b2b)

query getB2BProducts ($buyer: BuyerInput) @inContext(buyer: $buyer) {
query getProductsQuantityRules ($buyer: BuyerInput) @inContext(buyer: $buyer) {
products(first: 5) {
nodes {
id
Expand Down

0 comments on commit 45fc375

Please sign in to comment.