Skip to main content

price

Retrieve detailed information about a specific price record.

Returns comprehensive price data including base pricing, cost information, volume discounts, and associated metadata. Used for price management and configuration.

Possible errors:

  • PRICE_NOT_FOUND_ERROR: Price with the specified ID does not exist
  • PRICE_FETCH_ERROR: Failed to retrieve price information
  • UNAUTHENTICATED: Invalid or missing authentication
  • FORBIDDEN: Insufficient permissions to access price data

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

price(
id: String!
): Price!

Arguments

price.id ● String! non-null scalar

Unique identifier of the price record to retrieve.

Must be a valid UUID format representing an existing price in the system.

Type

Price object