Queries

getCheckout

Deprecated: Use Checkout instead.

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

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

Arguments

id ● String! non-null scalar required

The external order id.

paymentType ● PaymentType! non-null enum required

The payment type 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

String scalar

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.