Skip to content

POS UI Extensions - access to metafields and metaobjects #2193

Open
@adamwooding

Description

@adamwooding

Please list the related package(s)

ui-extensions, ui-extensions-react

Is your feature request related to a problem? Please describe.

POS UI Extensions currently have issues with persistent storage and caching of data. Currently, we are required to query our server each time the extension is opened, causing slow loading times and a poor user experience for the merchant.

If we were able access values and data as metafields, aswell as in metaobjects, this would greatly improve loading times, also assist in cases where the POS device is offline, and create a faster, better user experience for the merchant.

Already some metafield values are being synced to Shopify POS, such as some product metafields. But these are not accessible via POS UI Extensions.

A bonus would be also being able to access app-data metafields in POS UI Extensions. This would greatly assist with persistent storage issues we currently face.

Access to metafields and metaobjects is desperately needed in POS UI Extensions, for all Shopify objects but most notably products, collections and customers.

Describe the changes you are looking for

  • Access to metafield values for all Shopify objects, but most importantly products, collections and customers (especially including JSON metafields).
  • Access to metaobjects
  • Access to app data metafields

Describe alternatives you’ve considered

Currently, to use metafields and metaobjects we need to fetch to our app, then make a call to read the metafield, then pass it to our POS Extension.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions