{"section":"known-issues","requestedLocale":"en","requestedSlug":"checkoutorderformownership-is-lostdoesnt-exist-in-some-purchase-flows","locale":"en","slug":"checkoutorderformownership-is-lostdoesnt-exist-in-some-purchase-flows","path":"docs/en/known-issues/Checkout/checkoutorderformownership-is-lostdoesnt-exist-in-some-purchase-flows.md","branch":"main","content":"## Summary\n\nThe CheckoutOrderFormOwnership Cookie is lost or has not been created in some purchase flows.\n\nCheckoutOrderFormOwnership cookie loss leads to masked data being returned and prevents cart edition.\n\n## Simulation\n\n- PII accounts\n\n- Social Selling:\n  - When sharing the cart via Social selling, it doesn't generate a `passKey` to share the ownership of the cart to the new user\n  - Step by step:\n```\n- Create cart\n- Add personal data and shipping data (you'll see the data normally)\n- Share cart via link created by Social Selling App\n- Open the new cart in an anonymous window: there will be no OwnershipCookie created and all data will be masked\n```\n\n\n- Faststore:\n  - CheckoutOrderFormOwnership is not create since FastStore v1 doesn't support cookies\n\n- Checkout GraphQL:\n  - Using `vtex.checkout-graphql` to add an address via `selectDeliveryOption` / `updateSelectedAddress` functions, the cookie is not created\n  - Step by step (using Store Framework's native theme):\n```\n- Add item to cart via PDP (addToCart)\n- Add ZIP Code via PDP\n- Select delivery option via PDP Shipping Simulator (updateSelectedAddress). The Ownership Cookie will not be created and the address data will be masked on the cart\n```\n\n\n- B2B:\n  - `vtex.storefront-permissions` / `vtex.store-graphql` when adding an address via `updateOrderFormShipping`\n  - `vtex.storefront-permissions` when adding profile data via `updateOrderFormProfile`\n  - Step by step:\n```\n- Perform the login on a store with the native B2B store theme (`storefront-permissions` will automatically add address and profile data to the orderForm)\n- After that, you can see there is no OwnershipCookie set\n- Cookie is only set when accessing the cart, by the requests made by the checkout-ui (before that, there's no cookie, and trying to access personal data via API will result in masked data)\n- Even after the cookie creation, trying to access the orderForm using the cookie will result in address masked data\n```\n\n## Workaround\n\nN/A. Contact Product Support asking to deactivate and report which of the cases it fits."}