Getting Started

Getting Started with Extend SDK Client Shopify Addon

The Extend SDK Client Shopify Addon provides specialized functionality for integrating Extend’s Product Protection and Shipping Protection offers into Shopify stores. This addon works in conjunction with the main Extend SDK Client to provide Shopify-specific cart management, product handling, and integration features.

Prerequisites

Before using the Shopify Addon, all you need to do is have the Extend SDK Client installed and properly configured for your Shopify store.

Quick Start

<!-- Include the main Extend SDK -->
<script src="https://sdk.helloextend.com/extend-sdk-client/v1/extend-sdk-client.min.js"></script>

<!-- Include the Shopify Addon -->
<script src="https://sdk.helloextend.com/extend-sdk-client-shopify-addon/v1/extend-sdk-client-shopify-addon.min.js"></script>

<!-- Configure with your Store ID -->
<script>
  Extend.config({ 
    storeId: 'YOUR_STORE_ID',
  })
</script>

Available APIs

Product Protection

Warranty plan management in Shopify carts.

Shipping Protection

Shipping protection integration for Shopify orders.

Cart Management

Enhanced cart operations for Shopify stores.

Utilities

Helper functions for Shopify integration.