For AI agents: visit https://docs.fatzebra.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Attribute | Type | Mandatory | Description |
|---|
username
| string | Y | Merchant username |
test
| string | N | Required to be true in the Sandbox environment. Defaults to false. |
const fz = new FatZebra({
username: "MerchantXYZ",
test: true
});