Prerequisites
- An active Appstle Bundles installation on your Shopify store
- Access to the Appstle admin panel
- An API key for server-side Admin API calls
Step 1 — Get your API key
Step 2 — Read bundle rules
CallGET /api/external/bundle-rules to retrieve configured bundle rules.
Step 3 — Explore discount and build-a-box rules
Use the related Admin API endpoints when you need more specific rule types:| Endpoint | Use it for |
|---|---|
GET /api/external/bundle-rules | All bundle rules |
GET /api/external/bundle-rules/discount | Bundle discount rules |
GET /api/external/bundle-rules/bab | Build-a-box bundle rules |
Step 4 — Review storefront endpoints
For customer-facing build-a-box flows, use the Storefront API section in the sidebar. It includes endpoints for fetching build-a-box configuration and generating bundle discounts by token.Storefront API calls depend on Appstle’s storefront flow and tokenized build-a-box URLs. Use the generated API reference for exact parameters and response schemas.
What to build next
Full integration guide
Review Admin and Storefront endpoint categories for production integrations.
API reference
Use the Bundles tab sidebar to inspect every endpoint, parameter, and response schema.