Skip to main content

prices

Search and retrieve price records with comprehensive filtering and pagination.

Provides flexible search capabilities across price data including product associations, price ranges, effective dates, and pricesheet assignments. Results are paginated and can be filtered based on various pricing criteria.

Possible errors:

  • PRICE_FETCH_ERROR: Failed to search prices
  • UNAUTHENTICATED: Invalid or missing authentication
  • FORBIDDEN: Insufficient permissions to access price data

AUTH: Role=[pricing.OWNER,pricing.EDITOR,pricing.VIEWER]

prices(
input: PriceSearchInput
): PriceResponse!

Arguments

prices.input ● PriceSearchInput input

Search criteria for filtering price records.

If not provided, returns all accessible prices with default pagination settings. Supports filtering by product, pricesheet, price ranges, and effective dates.

Type

PriceResponse object