purchaseAuthorizationConfig
Retrieve detailed purchase authorization configuration by identifier.
Returns comprehensive authorization data including role, limits, and relationships. Used for authorization verification and configuration management.
Possible errors:
- PURCHASE_AUTHORIZATION_CONFIG_NOT_FOUND_ERROR: Configuration with the specified ID does not exist AUTH: Role=[user.OWNER,user.EDITOR,user.VIEWER] OR ('user is authenticated'),
purchaseAuthorizationConfig(
id: String!
): PurchaseAuthorizationConfig!
Arguments
purchaseAuthorizationConfig.id
● String!
non-null scalar
Unique identifier for the purchase authorization configuration.
Primary key in UUID v7 format used to reference this specific authorization configuration throughout the system.