Connect Shopify storefront checkout, native Apple Pay, Storefront API sync, and cart session persistence.
Connect your Shopify store seamlessly with native mobile hardware. Nativine embeds native Shopify Mobile Buy SDK and Storefront API bridges, enabling native Apple Pay checkout, cart token persistence, and real-time product inventory sync.
Transforming a Shopify web store into a high-converting mobile app requires deep checkout integration. Nativine's Shopify Bridge links your liquid/hydrogen storefront to native iOS and Android features:
To launch native Shopify Apple Pay checkout or sync cart tokens in JavaScript, call nativine.shopify.checkoutWithApplePay():
nativine.shopify.checkoutWithApplePay({
checkoutId: 'shopify_checkout_gid_998877',
totalAmount: 149.00,
currencyCode: 'USD',
lineItems: [
{ title: 'Canvas Sneakers', quantity: 1, price: '149.00' }
],
callback: 'onShopifyOrderCompleted',
onError: 'onShopifyCheckoutError'
});
| Parameter | Type | Description |
|---|---|---|
checkoutId | string | Required. Shopify GraphQL Checkout GID string. |
totalAmount | number | Required. Order total monetary value. |
Yes. Discount codes entered in web checkout inputs are applied automatically to the native Apple Pay sheet summary total.
Yes. Shopify Inbox widget embeds natively inside the web view frame with full push notification support.
Get priority Nativine documentation and updates in your Google Search and AI Overviews.