Skip to main content

orderRevisions

Search and retrieve order revisions with comprehensive filtering and pagination capabilities.

Provides flexible search across order revision data including revision numbers, creation dates, order references, and revision status. Results are paginated and can be filtered based on various criteria to support audit trails and order history tracking.

Possible errors:

  • ORDER_REVISION_GET_ERROR: Failed to retrieve order revisions due to system error
  • VALIDATION_ERROR: Invalid search parameters provided
  • FORBIDDEN: Insufficient permissions to access order revisions

AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER] OR ('user is authenticated')

orderRevisions(
input: OrderRevisionSearchInput
): OrderRevisionResponse!

Arguments

orderRevisions.input ● OrderRevisionSearchInput input

Search criteria and pagination parameters for filtering order revisions

Type

OrderRevisionResponse object