Skip to main content
Version: 3.x

order

Look up an order by ID or external reference.

order(
id: ID
externalReference: String
): Order

Arguments

order.id ● ID scalar

ID of an order.

order.externalReference ● String scalar

External ID of an order.

Added in Saleor 3.10

Type

Order object

Represents an order in the shop.


Was this page helpful?