JavaScript SDKModulesRetail
Options
Options for planned Retail SDK methods.
Retail uses the retail feature flag.
const model = karybase.retail.model;Planned methods accept minimal options and use the organization scoped to the API key. They currently reject with status 501.
await karybase.retail.list();
await karybase.retail.get({ id: "sale_123" });