Skip to main content

cartRequestPurchaseAuthorization

Request cart purchase authorization. Use it to finalize a cart that cannot be processed because purchase authorization (by an anuthorization manager) is required. The cart status will be changed to PENDING_PURCHASE_AUTHORIZATION. AUTH: Role=[order.OWNER,order.EDITOR] OR ('user is authenticated')

cartRequestPurchaseAuthorization(
id: String!
): Cart!

Arguments

cartRequestPurchaseAuthorization.id ● String! non-null scalar

Cart unique identifier

Type

Cart object