Skip to content

Commit ce0fa41

Browse files
authored
Update React Native README to support cart permalink use case.md (#168)
1 parent cc39abd commit ce0fa41

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ checkout URL. The most common way is to use the
189189
[Storefront GraphQL API](https://shopify.dev/docs/api/storefront), to create a
190190
cart, add line items, and retrieve a
191191
[checkoutUrl](https://shopify.dev/docs/api/storefront/2023-10/objects/Cart#field-cart-checkouturl)
192-
value.
192+
value. Alternatively, a [cart permalink](https://help.shopify.com/en/manual/products/details/cart-permalink) can be provided.
193193

194194
You can use any GraphQL client to accomplish this - but as an example, our
195195
[sample app](./sample) uses Apollo.
@@ -646,8 +646,7 @@ For behavioural monitoring,
646646
["standard"](https://shopify.dev/docs/api/web-pixels-api/standard-events) and
647647
["custom"](https://shopify.dev/docs/api/web-pixels-api#custom-web-pixels) Web
648648
Pixel events will be relayed back to your application through the `"pixel"`
649-
event listener. The responsibility then falls on the application developer to
650-
ensure adherence to Apple's privacy policy and local regulations like GDPR and
649+
event listener. App developers should only subscribe to pixel events if they have proper levels of consent from merchants/buyers and are responsible for adherence to Apple's privacy policy and local regulations like GDPR and
651650
ePrivacy directive before disseminating these events to first-party and
652651
third-party systems.
653652

0 commit comments

Comments
 (0)