File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
packages/ui-extensions/src/surfaces/customer-account Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @shopify/ui-extensions ' : patch
3
+ ---
4
+
5
+ add customer account order status announcement render target
Original file line number Diff line number Diff line change @@ -90,6 +90,14 @@ export interface OrderStatusExtensionTargets {
90
90
StandardApi < 'customer-account.order-status.cart-line-list.render-after' > ,
91
91
AnyComponent
92
92
> ;
93
+ /**
94
+ * A static extension target that renders an extension in a prominent and noticeable area of the **Order status** page.
95
+ */
96
+ 'customer-account.order-status.announcement.render' : RenderExtension <
97
+ OrderStatusApi < 'customer-account.order-status.announcement.render' > &
98
+ StandardApi < 'customer-account.order-status.announcement.render' > ,
99
+ AnyComponent
100
+ > ;
93
101
'customer-account.order.page.render' : RenderExtension <
94
102
OrderStatusApi < 'customer-account.order.page.render' > &
95
103
Omit < StandardApi < 'customer-account.order.page.render' > , 'navigation' > &
You can’t perform that action at this time.
0 commit comments