interface ListProductsByOrganizationInput {
    orgId: string;
    query: PaginatedQuery;
}

Properties

Properties

orgId: string

The organization id to list products for

Pagination options for the query

Generated using TypeDoc