--- title: Targets description: >- Targets define where your customer account UI extensions appear within customer account pages and what capabilities they receive. Targets serve specific purposes — some create full custom pages, others display contextual information as blocks or announcements, and some provide order-specific actions that customers can trigger. api_version: 2026-04 api_name: customer-account-ui-extensions source_url: html: 'https://shopify.dev/docs/api/customer-account-ui-extensions/latest/targets' md: >- https://shopify.dev/docs/api/customer-account-ui-extensions/latest/targets.md --- # Targets Targets define where your customer account UI extensions appear within [customer account pages](https://shopify.dev/docs/apps/build/customer-accounts) and what capabilities they receive. Targets serve specific purposes: some create full custom pages, others display contextual information as blocks or announcements, and some provide order-specific actions that customers can trigger. Use this reference to explore all available targets and understand where they appear in customer accounts. **Note:** Even when a target renders for all customers by default, merchants can use the [checkout and accounts editor](https://help.shopify.com/manual/checkout-settings/customize-checkout-configurations/checkout-editor) to scope any extension to specific [markets](https://shopify.dev/docs/apps/build/markets), including B2B company locations. **Feature preview:** Customer accounts are getting layout and design updates. Enable the **Customer account improvements** feature preview to get early access. Review the [feature preview overview](https://shopify.dev/docs/apps/build/customer-accounts/feature-preview-customer-account-improvements) and [where extension targets will render](https://shopify.dev/docs/apps/build/customer-accounts/feature-preview-customer-account-improvements#targets) in the new layout. ![Customer account page showing all available extension target locations highlighted across the order status, profile, and footer sections.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/targets-overview-CRBH1aT_.png) *** ## Footer Footers appear at the bottom of all customer account pages, including order index, order status, profile, settings, and custom full page extensions. **Use cases**: Cookie consent collection, global announcements, accessibility aids, or legal compliance. [View footer targets →](https://shopify.dev/docs/api/customer-account-ui-extensions/2026-04/targets/footer) ##### Footer (render after) `customer-account.footer.render-after` A static target that renders below the footer on all customer account pages. ![Customer account page footer section with the extension target slot highlighted below the footer content.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-footer-extension-Cdvhc53_.png) *** ## Fulfillment status Fulfillment sections show shipping and delivery information for orders, including completed shipments and items still awaiting fulfillment on the Order status page. **Use cases**: Tracking links, delivery instructions, carrier information, shipping notifications, or fulfillment status updates for both shipped and pending items. [View fulfillment targets →](https://shopify.dev/docs/api/customer-account-ui-extensions/2026-04/targets/fulfillment-status) ##### Fulfillment details (render after) `customer-account.order-status.fulfillment-details.render-after` A static target that renders after the fulfillment details on the Order status page. ##### Unfulfilled items (render after) `customer-account.order-status.unfulfilled-items.render-after` A static target that renders after the unfulfilled items section on the Order status page. ![Order status page showing fulfilled shipment details with the extension target slot highlighted below the delivery information.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-status-fulfillment-details-DKIcTk1D.png) ![Order status page showing unfulfilled items section with the extension target slot highlighted below the pending items list.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-status-unfulfilled-items-BEu067OY.png) *** ## Full page **Feature preview:** Customer accounts are getting layout and design updates. Enable the **Customer account improvements** feature preview to get early access. See the [developer changelog](https://shopify.dev/changelog/feature-preview-customer-account-improvements) and [where extension targets will render](https://shopify.dev/docs/apps/build/customer-accounts/feature-preview-customer-account-improvements) in the new layout. Full page targets let you create entirely new pages within customer accounts. These pages render in the main content area below the header and above the footer. **Use cases**: Custom return request pages, wishlists, loyalty dashboards, subscription management, or order-specific workflows. [View full page targets →](https://shopify.dev/docs/api/customer-account-ui-extensions/2026-04/targets/full-page) ##### Customer account full page `customer-account.page.render` A full page target that creates a new page in customer accounts. Use this for pages that aren't tied to a specific order. ##### Order-specific full page `customer-account.order.page.render` A full page target that creates a new page in customer accounts tied to a specific order. Use this for order-specific workflows like return requests. ![Customer account full page extension rendering in the main content area between the header navigation and footer.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-full-page-extension-DB0rMCK5.png) ![Customer account full page extension tied to a specific order, rendering in the main content area with order context.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-full-page-order-specific-extension-BhZlXhj6.png) *** ## Order actions Order pages allow customers to view their order history and take actions on orders. Extensions on these pages help customers access order-specific features or view their complete order list. **Use cases**: Return request buttons, reorder functionality, export order data, or manage subscriptions. [View order targets →](https://shopify.dev/docs/api/customer-account-ui-extensions/2026-04/targets/order-actions) ##### Order action menu item `customer-account.order.action.menu-item.render` A static target that renders as an order action button on the order index and order status pages. ##### Order action `customer-account.order.action.render` A static target that renders inside a modal when a customer clicks an order action button. ##### Order index announcement `customer-account.order-index.announcement.render` A static target that renders as a dismissable announcement on the order index page. ##### Order index block `customer-account.order-index.block.render` A block target that renders exclusively on the order index page. Merchants can choose to place this extension in any of the [supported locations](https://shopify.dev/docs/apps/build/customer-accounts/extension-placement). ![Order status page showing the action menu with an extension-provided menu item alongside native order actions.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-action-menu-extension-MHxxaWdN.png) ![Modal overlay triggered by an order action button, displaying extension content above the order status page.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-action-render-extension-4xa6aZ9n.png) ![Order status page with a dismissable announcement banner rendered by an extension, reused here to illustrate the order index announcement target.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-status-announcement-C_AUSt8B.png) ![Order index page with an extension block rendered among the order list content.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-index-block-V_MMr2_r.png) *** ## Order status Order status pages show individual order details and tracking information. Extensions on these pages help customers view order progress, access contextual information, or see who placed the order. **Use cases**: Order tracking, loyalty and rewards context, custom line item details, or post-purchase upsells. [View order status targets →](https://shopify.dev/docs/api/customer-account-ui-extensions/2026-04/targets/order-status) ##### Cart line item (render after) `customer-account.order-status.cart-line-item.render-after` A static target that renders on every line item, inside the details under the line item properties element on the Order status page. ##### Cart line list (render after) `customer-account.order-status.cart-line-list.render-after` A static target that renders after all line items on the Order status page. ##### Customer information (render after) `customer-account.order-status.customer-information.render-after` A static target that renders after the customer information on the Order status page. ##### Order status announcement `customer-account.order-status.announcement.render` A static target that renders as a dismissable announcement on the Order status page. ##### Order status block `customer-account.order-status.block.render` A block target that renders exclusively on the Order status page. Merchants can choose to place this extension in any of the [supported locations](https://shopify.dev/docs/apps/build/customer-accounts/extension-placement). ![Order status page showing product line items with the extension target slot highlighted below an individual line item's properties.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-cart-line-item-DFsnfodR.png) ![Order status page showing product line items with the extension target slot highlighted below the complete list of items.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-cart-line-list-BHRpuHdY.png) ![Order status page showing the customer information section with the extension target slot highlighted below contact and shipping details.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-customer-information-Bj9t1fx7.png) ![Order status page with a dismissable announcement banner rendered by an extension above the order details.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-status-announcement-C_AUSt8B.png) ![Order status page with an extension block rendered among the order detail sections.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-status-block-Bn-aYgeP.png) *** ## Payments and returns Payments and returns show post-purchase transaction information, including payment details and return information on the Order status page. **Use cases**: Payment method details, transaction history, return tracking, or refund status. [View payments and returns targets →](https://shopify.dev/docs/api/customer-account-ui-extensions/2026-04/targets/payments-and-returns) ##### Payment details (render after) `customer-account.order-status.payment-details.render-after` A static target that renders after the payment details on the Order status page. ##### Return details (render after) `customer-account.order-status.return-details.render-after` A static target that renders after the return details on the Order status page. ![Order status page showing payment information with the extension target slot highlighted below the payment method and transaction details.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-payment-details-extension-DxH_HkQ7.png) ![Order status page showing return information with the extension target slot highlighted below the return status and refund details.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-order-status-return-details-Ddbv8VoV.png) *** ## Profile page (B2B) Profile pages (B2B) provide additional functionality for business customers, including company information, location management, and payment methods specific to B2B accounts. These targets are only visible when the customer is associated with a company location. **Use cases**: Company credit management, location-specific settings, staff management, or B2B payment options. [View profile page B2B targets →](https://shopify.dev/docs/api/customer-account-ui-extensions/2026-04/targets/profile-page-b2b) ##### Company details (render after) `customer-account.profile.company-details.render-after` A static target that renders after the company details section on the profile page for B2B customers. ##### Company location addresses (render after) `customer-account.profile.company-location-addresses.render-after` A static target that renders after the company location addresses section on the profile page for B2B customers. ##### Company location payment (render after) `customer-account.profile.company-location-payment.render-after` A static target that renders after the company location payment section on the profile page for B2B customers. ##### Company location staff (render after) `customer-account.profile.company-location-staff.render-after` A static target that renders after the company location staff section on the profile page for B2B customers. ##### Profile block `customer-account.profile.block.render` A block target that renders on the profile page for all customers, including B2B customers. Merchants can choose to place this extension in any of the [supported locations](https://shopify.dev/docs/apps/build/customer-accounts/extension-placement). ![B2B profile page showing company information with the extension target slot highlighted below the company name and details.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-profile-company-details-D3d7wNsN.png) ![B2B profile page showing company location addresses with the extension target slot highlighted below the address list.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-company-location-addresses-D-NOZYC2.png) ![B2B profile page showing company location payment methods with the extension target slot highlighted below the payment options.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-company-location-payment-C37pF09h.png) ![B2B profile page showing company location staff members with the extension target slot highlighted below the staff list.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-company-location-staff-Nhdbjalo.png) ![Profile page with an extension block rendered among the profile content sections.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-profile-b2b-block-DX7aVUZl.png) *** ## Profile page (default) Profile pages display customer account information including contact details, addresses, and account settings. Most of these targets render for all customers, but some are specific to D2C customers — see each target's description for details. **Use cases**: Custom profile fields, address validation, loyalty program information, or account preferences. [View profile page default targets →](https://shopify.dev/docs/api/customer-account-ui-extensions/2026-04/targets/profile-page-default) ##### Profile addresses (render after) `customer-account.profile.addresses.render-after` A static target that renders in the addresses section of the profile page. This doesn't show to B2B customers. ##### Profile announcement `customer-account.profile.announcement.render` A static target that renders as a dismissable announcement on the profile page. ##### Profile block `customer-account.profile.block.render` A block target that renders on the profile page for all customers, including B2B customers. Merchants can choose to place this extension in any of the [supported locations](https://shopify.dev/docs/apps/build/customer-accounts/extension-placement). ![Profile page showing the addresses section with the extension target slot highlighted below the saved address list.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-profile-default-addresses-C4BcGNeX.png) ![Profile page with a dismissable announcement banner rendered by an extension above the profile content.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-profile-default-announcement-DYFpdRq2.png) ![Profile page with an extension block rendered among the profile content sections.](https://shopify.dev/assets/assets/images/templated-apis-screenshots/customer-account-ui-extensions/2025-07/target-overview-profile-b2b-block-DX7aVUZl.png) ***