--- api_version: 2025-07 api_name: customer-account-ui-extensions source_url: html: https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets md: https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets.md --- # Targets ## Footer [customer-account​.footer​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/footer/customer-account-footer-render-after) [A static extension target that is rendered below the footer on all customer account pages (**Order index**, **Order status**, **Profile**, **Settings** and new pages added by Full-page extensions).](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/footer/customer-account-footer-render-after) ## Full page [customer-account​.order​.page​.render](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/full-page/customer-account-order-page-render) [This full-page extension target) allows you to create a new page in customer accounts, **tied to a specific order**. It renders in the main content area—below the header, and above the footer. If the page you're building is not tied to a specific order, use customer-account.page.render instead. For example:](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/full-page/customer-account-order-page-render) [* A Return Request page that requires the context of a specific order should use `customer-account.order.page.render`* A Wishlist page that does **not** require the context of a specific order should use `customer-account.page.render` A full-page extension target cannot coexist with any other targets in the same extension.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/full-page/customer-account-order-page-render) [customer-account​.page​.render](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/full-page/customer-account-page-render) [This full-page extension allows you to create a new page in customer accounts. It renders in the main content area—below the header, and above the footer. If the page you're building is tied to a specific order, use customer-account.order.page.render instead. For example:](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/full-page/customer-account-page-render) [* A Return Request page that requires the context of a specific order should use `customer-account.order.page.render`* A Wishlist page that does **not** require the context of a specific order should use `customer-account.page.render` A full-page extension target cannot coexist with any other targets in the same extension.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/full-page/customer-account-page-render) ## Order action menu [customer-account​.order​.action​.menu-item​.render](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-action-menu/customer-account-order-action-menu-item-render) [A static extension target that renders as 1 order action on the Order Index and Order Status pages in customer accounts.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-action-menu/customer-account-order-action-menu-item-render) [customer-account​.order​.action​.render](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-action-menu/customer-account-order-action-render) [A static extension target that renders inside a modal, as a result of the customer clicking an order action button. This target only renders if you’ve also implemented an order action button via the customer-account.order.action.menu-item.render extension target, without the `to` and `onPress` props. The root of the `customer-account.order.action.render` extension must be a CustomerAccountAction.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-action-menu/customer-account-order-action-render) ## Order index [customer-account​.order-index​.announcement​.render](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-index/customer-account-order-index-announcement-render) [A static extension target that is rendered on top of the **Order Index page** as a dismissable announcement.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-index/customer-account-order-index-announcement-render) [customer-account​.order-index​.block​.render](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-index/customer-account-order-index-block-render) [A block extension target that renders exclusively on the Order Index page in customer accounts. Merchants can choose to place this extension in any of the supported locations. To preview your extension in each supported location, use the placement reference for that location as a URL parameter.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-index/customer-account-order-index-block-render) ## Order status [customer-account​.order-status​.announcement​.render](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-announcement-render) [A static extension target that is rendered on top of the **Order Status page** as a dismissable announcement.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-announcement-render) [customer-account​.order-status​.block​.render](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-block-render) [A block extension target that renders exclusively on the Order Status Page. Merchants can choose to place this extension in any of the supported locations. To preview your extension in each supported location, use the placement reference for that location as a URL parameter.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-block-render) [customer-account​.order-status​.cart-line-item​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-cart-line-item-render-after) [A static extension target that renders on every line item, inside the details under the line item properties element on the Order Status Page.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-cart-line-item-render-after) [customer-account​.order-status​.cart-line-list​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-cart-line-list-render-after) [A static extension target that renders after all line items on the Order Status page.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-cart-line-list-render-after) [customer-account​.order-status​.customer-information​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-customer-information-render-after) [A static extension target that renders below the order details section of the Order Status page.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-customer-information-render-after) [customer-account​.order-status​.fulfillment-details​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-fulfillment-details-render-after) [A static extension target that renders in the delivery status card on the Order Status page. A separate delivery status card is shown for each fulfillment.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-fulfillment-details-render-after) [customer-account​.order-status​.payment-details​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-payment-details-render-after) [A static extension target that renders in the payment status section of the Order Status page.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-payment-details-render-after) [customer-account​.order-status​.return-details​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-return-details-render-after) [A static extension target that renders in the return status card on the Order Status page. This card only shows when a return has been requested.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-return-details-render-after) [customer-account​.order-status​.unfulfilled-items​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-unfulfilled-items-render-after) [A static extension target that renders in the delivery status card for unfulfilled items on the Order Status page.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/order-status/customer-account-order-status-unfulfilled-items-render-after) ## Profile (B2B) [customer-account​.profile​.company-details​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(b2b\)/customer-account-profile-company-details-render-after) [A static extension target that renders on the Profile page in customer accounts—for B2B customers only. It renders after the company name, and before company location information.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(b2b\)/customer-account-profile-company-details-render-after) [customer-account​.profile​.company-location-addresses​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(b2b\)/customer-account-profile-company-location-addresses-render-after) [A static extension target that renders on the Profile page in customer accounts—for B2B customers only. It renders after the Addresses section for the company location.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(b2b\)/customer-account-profile-company-location-addresses-render-after) [customer-account​.profile​.company-location-payment​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(b2b\)/customer-account-profile-company-location-payment-render-after) [A static extension target that renders on the Profile page in customer accounts—for B2B customers only. It renders after the Payment methods section for the company location.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(b2b\)/customer-account-profile-company-location-payment-render-after) [customer-account​.profile​.company-location-staff​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(b2b\)/customer-account-profile-company-location-staff-render-after) [A static extension target that renders on the Profile page in customer accounts—for B2B customers only. It renders after the Staff and permissions section for the company location.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(b2b\)/customer-account-profile-company-location-staff-render-after) ## Profile (Default) [customer-account​.profile​.addresses​.render-after](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(default\)/customer-account-profile-addresses-render-after) [A static extension target that renders in the Addresses section of the Profile page in customer accounts. This does not show to B2B customers.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(default\)/customer-account-profile-addresses-render-after) [customer-account​.profile​.announcement​.render](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(default\)/customer-account-profile-announcement-render) [A static extension target that is rendered on top of the **Profile page** as a dismissable announcement.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(default\)/customer-account-profile-announcement-render) [customer-account​.profile​.block​.render](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(default\)/customer-account-profile-block-render) [A block extension target that renders exclusively on the Profile page in customer accounts. This extension target renders for all customers, including B2B customers. Merchants can choose to place this extension in any of the supported locations. To preview your extension in each supported location, use the placement reference for that location as a URL parameter.](https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/targets/profile-\(default\)/customer-account-profile-block-render)