Support

archivedOrders

View as Markdown

Deprecated: We no longer archive orders

query

Requires commerce.order:read.

Deprecated: We no longer archive orders

Deprecated: We no longer archive orders

Required headers

HeaderRequiredDescription
x-store-idYesID of the store the operation targets. Omitting it returns HTTP 200 with a GraphQL error: extensions.code: "UNAUTHENTICATED".

Go to Authentication for credential setup.

Arguments

  • sortOrder SortOrder optional Default: "ASC".
  • before ID optional — Look for entries before that cursor
  • after ID optional — Look for entries after that cursor
  • first Int optional — Look for the first entries (paginate forward)
  • last Int optional — Look for the last entries (paginate backward)

Possible returns

  • QueryArchivedOrdersConnection QueryArchivedOrdersConnection

Last updated on

How is this guide?