UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

5 lines (4 loc) 133 B
export function getShopFromRequest(request: Request) { const url = new URL(request.url); return url.searchParams.get('shop')!; }