costPrices
Search and retrieve cost price records with filtering and pagination.
Provides comprehensive search capabilities across cost price data including product associations, quantity tiers, cost values, and effective dates. Results are paginated for efficient data management.
Possible errors:
- COST_PRICE_LIST_ERROR: Failed to retrieve cost price data
AUTH: Role=[pricing.OWNER,pricing.EDITOR,pricing.VIEWER]
costPrices(
input: CostPriceSearchInput
): CostPriceResponse!
Arguments
costPrices.input
● CostPriceSearchInput
input
Search criteria for filtering cost price records.
If not provided, returns all accessible cost prices with default pagination settings.