Queries

checkout

Gets checkout data with a html snippet, checkout order data for the specified order and the User. If the order was recently completed, the html snippet will contain the "Thank you"-content.

Gets checkout data with a html snippet, checkout order data for the specified order and the User. If the order was recently completed, the html snippet will contain the "Thank you"-content.

checkout(
  id: String!
  cartId: String
  paymentType: PaymentType!
  channelId: String
  languageId: String
  marketId: String
): CheckoutDataType

Arguments

id ● String! non-null scalar required

The external order id.

cartId ● String scalar

optional cartId.

paymentType ● PaymentType! non-null enum required

The payment used for the checkout.

channelId ● String scalar

The channel ID. Will default to an existing value if it is not found.

languageId ● String scalar

The language ID. Will default to an existing value if it is not found.

marketId ● String scalar

The market ID. Will default to an existing value if it is not found.

Type

CheckoutDataType object