finalizeCart
Completes the cart checkout process and creates an order
This page contains
Arguments
input FinalizeCartInput! |
FinalizeCartInput fields
cartId ID! | Unique identifier of the cart |
agreeToTerms Boolean | User's agreement to the marketplace terms and conditions |
Return Fields
purchaseDetails PurchaseDetails | Details of the completed purchase |
userErrors [FinalizeCartError] | Errors encountered during cart finalization |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.