Queries

getCheckoutAndOrder

Deprecated: Use Checkout instead.

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

getCheckoutAndOrder(
  id: String!
  paymentType: PaymentType!
  channelId: String
  languageId: String
  marketId: String
): CheckoutAndOrderType @deprecated

Arguments

id ● String! non-null scalar required

The external order id.

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

CheckoutAndOrderType object