Skip to content

Commit d7ba695

Browse files
authored
Update POS storage api limitations doc (#3638)
Part of shop/issues-retail#21459 [Companion shopify-dev PR](https://app.graphite.com/github/pr/Shopify/shopify-dev/65897/Update-POS-UI-Extension-storage-api-limitation-docs) ### Background Add back missing limitations & add additional detail on inactivity bullet for 2025-07 storage api docs.
2 parents 1d52e16 + d9cfd74 commit d7ba695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-extensions/docs/surfaces/point-of-sale/reference/apis/storage-api.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const data: ReferenceEntityTemplateSchema = {
8181
type: 'Generic',
8282
anchorLink: 'limitations',
8383
title: 'Limitations',
84-
sectionContent: `\n- POS UI extensions can store up to a maximum of 100 entries.\n- The maximum key size is ~1 KB and the maximum value size is ~1 MB.\n- Data persists even when extension targets are disabled or removed.\n- Stored extension data is automatically cleared after 30 days of inactivity.\n`,
84+
sectionContent: `\n- POS UI extensions can store up to a maximum of 100 entries.\n- The maximum key size is ~1 KB and the maximum value size is ~1 MB.\n- Data persists even when extension targets are disabled or removed.\n- Stored extension data is automatically cleared after 30 days of inactivity. The inactivity timer is reset only by write operations (\`set\`); read operations (\`get\`) do not affect the timer.\n`,
8585
},
8686
],
8787
};

0 commit comments

Comments
 (0)