Skip to main content

cartAcceptPurchaseAuthorizationRequest

Accept cart purchase authorization request. Use it to accept ownership of a cart that requires purchase authorization and finalize it. AUTH: Role=[supervisor,admin,system,internal,order.OWNER,order.EDITOR] OR (('user is authenticated') AND ('contactId if present in input matches JWT'))

cartAcceptPurchaseAuthorizationRequest(
id: String!
input: CartAcceptPurchaseAuthorizationRequestInput
): Cart!

Arguments

cartAcceptPurchaseAuthorizationRequest.id ● String! non-null scalar

Cart unique identifier

cartAcceptPurchaseAuthorizationRequest.input ● CartAcceptPurchaseAuthorizationRequestInput input

Cart accept purchase authorization input

Type

Cart object

Shopping cart entity for managing product selections and orders.

Represents a collection of products or services that users have selected for potential purchase. Carts can be associated with different user types and companies for organizational context.