Skip to main content

updateCheckout

Updates a checkout If successful, the updated checkout will be returned Requirement: checkoutId: The id of the checkout to be updated secretKey: The secret key received when creating the checkout input: The checkout input to be updated

updateCheckout(
checkoutId: String!
secretKey: String!
input: CheckoutInput!
): Checkout

Arguments

checkoutId ● String!

secretKey ● String!

input ● CheckoutInput!

Type

Checkout

Definition of a checkout