Required scopes:
inventory_read
Arguments
Forward pagination cursor — returns items after it. Pass an edges[].cursor or
pageInfo.endCursor from a previous page.
Backward pagination cursor — returns items before it. Pass an edges[].cursor
or pageInfo.startCursor from a previous page.
Forward pagination: returns the first N items (max 100, default 25). Use with
after; mutually exclusive with last/before.
Backward pagination: returns the last N items (max 100, default 25). Use with
before; mutually exclusive with first/after.
Which key to sort by (defaults to the first key, newest-first). Combine with
reverse to flip direction.
Reverses the sort direction selected by orderBy (or its default).
Returns
A paginated list of Supplier items.
The list of edges (each a node plus its pagination cursor).
Opaque cursor for this item; pass to after/before to page from here.
The item at this edge.
The contact people at this supplier.
When the record was created.
The ISO 4217 currency code the supplier transacts in.
The supplier’s typical lead time, in days.
The supplier’s phone number.
Product vendor names associated with this supplier.
Purchase orders placed with this supplier.Requires: inventory_read
ArgumentsForward pagination cursor — returns items after it. Pass an edges[].cursor or pageInfo.endCursor from a previous page.
Backward pagination cursor — returns items before it. Pass an edges[].cursor or pageInfo.startCursor from a previous page.
Forward pagination: returns the first N items (max 100, default 25). Use with after; mutually exclusive with last/before.
Backward pagination: returns the last N items (max 100, default 25). Use with before; mutually exclusive with first/after.
When the record was last updated.
The supplier’s website URL.
The nodes in this page, without the edge/cursor wrapper — a convenience over edges.
The contact people at this supplier.
When the record was created.
The contact’s email address.
The contact’s phone number.
When the record was last updated.
When the record was created.
The ISO 4217 currency code the supplier transacts in.
The supplier’s typical lead time, in days.
The supplier’s phone number.
Product vendor names associated with this supplier.
Purchase orders placed with this supplier.Requires: inventory_read
ArgumentsForward pagination cursor — returns items after it. Pass an edges[].cursor or pageInfo.endCursor from a previous page.
Backward pagination cursor — returns items before it. Pass an edges[].cursor or pageInfo.startCursor from a previous page.
Forward pagination: returns the first N items (max 100, default 25). Use with after; mutually exclusive with last/before.
Backward pagination: returns the last N items (max 100, default 25). Use with before; mutually exclusive with first/after.
FieldsThe list of edges (each a node plus its pagination cursor).
The nodes in this page, without the edge/cursor wrapper — a convenience over edges.
Pagination metadata for the current page.
When the record was last updated.
The supplier’s website URL.
Pagination metadata for the current page.
Cursor of the last edge in this page; pass to after to page forward.
Whether more items exist after this page (drives forward pagination with first/after).
Whether more items exist before this page (drives backward pagination with last/before).
Cursor of the first edge in this page; pass to before to page backward.
Example