Skip to main content
connection

An auto-generated type for paginating through multiple Orders.

Anchor to Fields with this connectionFields with this connection

OBJECT

Represents information about a company which is also a customer of the shop.

OBJECT

A person that acts on behalf of company associated to a customer.

OBJECT

A location or branch of a company that's a customer of the shop. Configuration of B2B relationship, for example prices lists and checkout settings, may be done for a location.

OBJECT

Represents information about a customer of the shop, such as the customer's contact details, their order history, and whether they've agreed to receive marketing material by email.

Caution: Only use this data if it's required for your app's functionality. Shopify will restrict access to scopes for apps that don't have a legitimate use for the associated data.

OBJECT

The fields that will be kept as part of a customer merge preview.

OBJECT

Represents a Subscription Contract.

INTERFACE

Represents subscription contract common fields.


Was this section helpful?

Anchor to Queries with this connectionQueries with this connection

query

Returns a list of orders placed in the store, including data such as order status, customer, and line item details. Use the orders query to build reports, analyze sales performance, or automate fulfillment workflows. The orders query supports pagination, sorting, and filtering.


Was this section helpful?

[OrderEdge!]!
non-null

The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.

[Order!]!
non-null

A list of nodes that are contained in OrderEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.

PageInfo!
non-null

An object that’s used to retrieve cursor information about the current page.


Was this section helpful?