The API for interacting with shop.
The base API object provided to `purchase`, and `customer-account.order-status` extension targets.
Shop where the checkout is taking place.
The shop ID.
The name of the shop.
The primary storefront URL.
The shop's myshopify.com domain.
Returns the `shop` where the checkout is taking place.
Returns the `Shop` where the checkout is taking place.
export function useShop< Target extends RenderExtensionTarget = RenderExtensionTarget, >(): Shop { return useApi<Target>().shop; }
The shop ID.
The name of the shop.
The primary storefront URL.
The shop's myshopify.com domain.