CartAcceptPurchaseAuthorizationRequestInput
Input for accepting a cart purchase authorization request.
Used by authorization managers to approve carts that require purchase authorization before they can be processed into orders.
input CartAcceptPurchaseAuthorizationRequestInput {
contactId: Int
}
Fields
CartAcceptPurchaseAuthorizationRequestInput.contactId
● Int
scalar
Identifier of the contact accepting the authorization request.
Must be a valid contact ID representing an authorization manager within the same company as the cart. If not provided, the current user's contact will be used.