Endpoints

Offers endpoint

Returns offers and locale API data for the provided product.

apiClient.offers.get({categoryId: string, price: number}, region?: string);
apiClient.offers.getMany(Array<{categoryId: string, price: number}>, region?: string);