Hello,
Re: API > Order > Queries
The example shows a fetch of the name:
{
order(id: "gid://shopify/Order/148977776") {
name
}
}
Where is a list of all the possible fields/columns in a order? Or would they be the same as the headings in the default Shopify CSV file?
Writing a bridge from Shopify to an fulfillment app.
Thank you!