QuickEditProductGraduatedPricesRepositoryInterface
in
Interface QuickEditProductGraduatedPricesRepositoryInterface
Tags
Table of Contents
- getGraduatedPrices() : array<string|int, mixed>
- Returns the graduated prices of a product or an empty array nothing was found.
Methods
getGraduatedPrices()
Returns the graduated prices of a product or an empty array nothing was found.
public
getGraduatedPrices([array<string|int, mixed>|null $productIds = null ]) : array<string|int, mixed>
Parameters
- $productIds : array<string|int, mixed>|null = null
-
Array containing the selected product IDs to be processed.
Return values
array<string|int, mixed> —Returns array that contains the graduated prices information.