Skip to content

Commit ef5f869

Browse files
authored
Merge pull request #3061 from Shopify/07-10-documenting_support_for_pos_direct_api_2025-07
Documenting support for POS direct API 2025-07
2 parents 691cc41 + 092d786 commit ef5f869

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/ui-extensions/docs/surfaces/point-of-sale/staticPages/pages/pos-overview.doc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const data: LandingTemplateSchema = {
7979
{
8080
title: 'Note',
8181
type: 'info',
82-
sectionContent: `App Authentication is available as of POS version 10.2.0 for extensions targeting \`unstable\`. This feature will be available for all extensions targeting stable API versions in the future.`,
82+
sectionContent: `App Authentication is available as of POS version 10.6.0 for extensions targeting \`2025-07\` or later. This feature will be available for all extensions targeting stable API versions in the future.`,
8383
},
8484
],
8585
sectionContent:
@@ -108,7 +108,7 @@ const data: LandingTemplateSchema = {
108108
{
109109
title: 'Note',
110110
type: 'info',
111-
sectionContent: `Direct API access is available as of POS version 10.2.0 for extensions targeting \`unstable\`. This feature will be available for all extensions targeting stable API versions in the future.`,
111+
sectionContent: `Direct API access is available as of POS version 10.6.0 for extensions targeting \`2025-07\` or later. This feature will be available for all extensions targeting stable API versions in the future.`,
112112
},
113113
{
114114
title: 'Access scopes',

packages/ui-extensions/docs/surfaces/point-of-sale/staticPages/pages/versions.doc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const data: LandingTemplateSchema = {
3636
3737
### Features
3838
39+
- Added support for [Direct API access](/docs/api/pos-ui-extensions#direct-api-access), and [authenticated requests](/docs/api/pos-ui-extensions#app-authentication).
3940
- Added required \`posVersion\` property to [Session](/docs/api/pos-ui-extensions/apis/session-api) interface.
4041
- Added optional \`currency\` property to [Discount](/docs/api/pos-ui-extensions/apis/cart-line-item-api#cartlineitemapi-propertydetail-cartlineitem) interface.
4142
- Added \`executedAt\` property to [BaseTransactionComplete](/docs/api/pos-ui-extensions/targets/receipts/pos-receipt-footer-block-render#transactioncompletewithreprintdata-propertydetail-transaction) interface.

0 commit comments

Comments
 (0)