Queries

getOrderPublic

Get a specific order with details via public id

Get a specific order with details via public id

getOrderPublic(
  publicOrderId: Guid!
  channelId: String
  languageId: String
  marketId: String
): OrderType

Arguments

publicOrderId ● Guid! non-null scalar required

 

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

OrderType object