Engine SDK

Node + PHP clients for the Aeonzap commerce API.

The Engine SDK wraps the REST API in idiomatic clients. Install once, use anywhere.

bash
npm i @aeonzap/engine
ts
import { Aeonzap } from '@aeonzap/engine';
const az = new Aeonzap({ apiKey: process.env.AEONZAP_KEY });
await az.products.list();