Hierarchy

  • BasicClient

    Hierarchy

    • ProductsClient

Properties

create: ((config: ProductCreateRequestBody) => Promise<{ id: string }>)

Type declaration

delete: ((config: ProductDeleteRequestBody) => Promise<{ id: string }>)

Type declaration

list: ((options?: ProductListOptions) => Promise<ProductListResponseBody>)

Type declaration

listAsyncGenerator: ((options?: ProductListOptions) => AsyncGenerator<ProductListResponseBody, any, unknown>)

Type declaration

retrieve: ((config: ProductRetrieveConfig) => Promise<Product>)

Type declaration

Generated using TypeDoc