Mutations
submitCart
Submits an existing cart for checkout.
Arguments
The input
object contains the unique identifier (ID
) for the cart, a tokenized credit card value, and the billing address information of the buyer. See CartSubmitInput
Returns
Any requested field from the SubmitCartResult
object.
Usage
Was this page helpful?