Shopify / ui-extensions

Repo for the public defintion of Shopify's UI extension APIs. Please use the community forum to ask questions or report issues: https://community.shopify.dev/c/extensions/5
MIT License
270 stars 35 forks source link

deliveryLine(s) are missing in Customer Accounts API #2269

Open patryk-smc opened 3 months ago

patryk-smc commented 3 months ago

Please list the package(s) involved in the issue, and include the version you are using

    "@shopify/ui-extensions": "2024.7.0",
    "@shopify/ui-extensions-react": "2024.7.0",

Describe the bug

deliveryLine(s) are not present in API. Seems like oversight.

Steps to reproduce the behavior:

  1. Search types for "deliveryLine"

Expected behavior

deliveryLine(s) should be present, just like they are in Checkout API and Thank You Page API

Screenshots

Additional context

It's essential to include delivery method-related information in our public app. I'd greatly appreciate it if you could prioritize adding this feature soon :)

patryk-smc commented 1 week ago

Any updates on this @kirakik ?