Skip to main content

order

Get a specific order with detailed data by its ID.

How to use this endpoint:

  • In order to retrieve information about the products, the HTTP header "locale" must be added to the request with the value "de_DE".
order(
id: ID!
): Order!

Arguments

order.id ● ID! non-null scalar

Type

Order object

An "Order" represents a comprehensive transaction made by a customer on our marketplace platform. This transaction typically encompasses one or more products or services that the customer has selected from one or multiple partners. An "Order" compiles all the relevant details related to the purchase, such as the purchased products or services, quantities, prices, customer information, delivery address, payment method, and any other pertinent information. In essence, an "Order" signifies the overall purchase made by a customer. We consider an order cancelled, when all its subOrders have been cancelled.