Interface getProductsOptionsParams

interface getProductsOptionsParams {
    businessUnitId?: string;
    productId?: string;
}

Properties

businessUnitId?: string

Business Unit ID to get products for. If not provided, will get all products in the organization.

productId?: string

Product ID to get. If not provided, will get all products in the organization.