Skip to content

Reference

SDK reference

This page documents every call the seller SDK exposes. Issue #197 fills it. That task adds the runnable examples and holds each one to the six line budget.

What this page holds nextLink to this section

The page holds one section per call. A section names the arguments, the return value, the errors the call raises, and whether a retry is safe.

How an example stays trueLink to this section

Issue #197 adds the gate that runs every example in continuous integration. After that, an example which stops compiling fails the build, so the page cannot drift from the package.

import { createClient } from "@metzia/sdk";

Updated 2026-09-14