Skip to content

ProductsModule

Provides methods for managing products in the system.

new ProductsModule(client): ProductsModule

ApiClient

ProductsModule

create(data): Promise<any>

Creates a new product in the system.

any

The product data to create.

Promise<any>

A promise resolving to the created product.


list(params?): Promise<any>

Retrieves a paginated list of products.

any

Optional query parameters for filtering and pagination.

Promise<any>

A promise resolving to an array of products.