--- title: Shop description: The API for interacting with shop. api_version: 2026-01 api_name: customer-account-ui-extensions source_url: html: >- https://shopify.dev/docs/api/customer-account-ui-extensions/latest/apis/order-status-api/shop md: >- https://shopify.dev/docs/api/customer-account-ui-extensions/latest/apis/order-status-api/shop.md --- # Shop The API for interacting with shop. ## OrderStatusApi The API object provided to this and other `customer-account.order-status` extension targets. * **shop** **Shop** **required** Shop where the purchase took place. ### Shop * id The shop ID. ```ts string ``` * myshopifyDomain The shop's myshopify.com domain. ```ts string ``` * name The name of the shop. ```ts string ``` * storefrontUrl The primary storefront URL. > Caution: As of version \`2024-10\` this value will no longer have a trailing slash. ```ts string ```