All things Shopify and commerce
This is my query for orders
const ordersQuery = gql` query { customer(customerAccessToken: "${accessToken}") { orders(first: 250, sortKey: PROCESSED_AT, reverse: ${sort}) { edges { node { id name fulfillmentStatus successfulFulfillments (first: 250) { fulfillmentLineItems(first: 250) { edges { node { quantity lineItem { variant { product{ id } } } } } } } lineItems(first: 250) { edges { node { title quantity currentQuantity variant { id title weight weightUnit image{ src altText } price { amount currencyCode } product{ id title vendor featuredImage{ src altText } description metafield(namespace: "custom",key: "bucket") { key value namespace } } unitPrice { amount currencyCode } } originalTotalPrice{ amount currencyCode } } } } } } } } } `;
Now, we want order fulfillment date.
Suppose in one order we have 3 products. Product #1 is fulfilled, now we need the fulfillment date of the product.
Is it possible with the above query? Or else what can be the alternative solution for this? How to find order fulfillment date?
If more clarification needs, please let us know.
Thanks in advance.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025