Skip to main content

Developer Reference

Integration Overview

Claimify is designed to be extensible. While most functionality handles itself automatically via the Shopify App Embed blocks, developers can interact with Claimify data via:

  • Storefront App Embeds: For rendering forms.
  • Shopify Flow: Triggers and Actions (Automation).
  • Webhooks (Coming Soon): Subscribe to claim updates.

Shopify Flow

Claimify exposes the following triggers to Shopify Flow:

  • Claim Created: Fires when a new claim is submitted.
  • Claim Status Updated: Fires when a claim changes status (e.g., Approved, Rejected).

Custom Form Styling

The Claimify form renders inside a shadow DOM to prevent style conflicts, but you can pass custom CSS variables or use the "Design" tab in the app settings to match your brand.

/* Example Customization */
:host {
--claimify-primary-color: #ff0000;
}

API Access

A public REST/GraphQL API for external integrations is currently in development. Please contact support if you have specific enterprise integration needs.