Fix collect_buyer_consent and extension type description#4398
Conversation
The applyTrackingConsentChange note incorrectly referenced the customer_privacy capability. The correct name is collect_buyer_consent. Updated link to point to the capabilities documentation. Made-with: Cursor
🚨🚨🚨 Docs migration in progress 🚨🚨🚨We are actively migrating UI extension reference docs to MDX in the
During this migration, please be aware of the following:
Doc comments in Examples that previously lived in this repo are being moved to the What should I do?
Thanks for your patience while we complete the migration! 🙏 |
|
We detected some changes in |
The bullet list enumerated capabilities that don't all apply to customer account. The description already links to the configuration docs where valid capabilities are documented per surface. Made-with: Cursor
The bullet list is redundant with the type's resolved values and causes incorrect capabilities to appear on non-checkout surfaces. The description already links to the configuration docs. Made-with: Cursor
| * | ||
| * * [`iframe.sources`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration#iframe): the extension can embed an external URL in an iframe. | ||
| * The allowed capabilities of the extension, defined in your | ||
| * [`shopify.extension.toml`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration) file. |
There was a problem hiding this comment.
| * [`shopify.extension.toml`](https://shopify.dev/docs/api/checkout-ui-extensions/{API_VERSION}/configuration) file. | |
| * [`shopify.extension.toml`](/docs/api/checkout-ui-extensions/{API_VERSION}/configuration) file. |
Summary
applyTrackingConsentChangenote incorrectly references thecustomer_privacycapability. The correct capability name iscollect_buyer_consent. Updated in both Checkout and Customer Account surfaces, with link pointing to the capabilities documentation.Test plan
collect_buyer_consentwith correct linkMade with Cursor