Skip to main content

pricesheet

Retrieve detailed information about a specific pricesheet.

Returns comprehensive pricesheet data including pricing rules, customer assignments, effective dates, and associated price records. Pricesheets define pricing strategies for different customer segments.

Possible errors:

  • PRICESHEET_NOT_FOUND_ERROR: Pricesheet with the specified ID does not exist
  • PRICESHEET_FETCH_ERROR: Failed to retrieve pricesheet information
  • UNAUTHENTICATED: Invalid or missing authentication
  • FORBIDDEN: Insufficient permissions to access pricesheet data

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

pricesheet(
id: String!
): Pricesheet!

Arguments

pricesheet.id ● String! non-null scalar

Unique identifier of the pricesheet to retrieve.

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

Type

Pricesheet object

Pricesheet entity for customer-specific pricing strategies and discount management.

Represents a collection of pricing rules, discounts, and customer assignments that define how products are priced for specific customer segments, regions, or business scenarios.