No content to show
User Activity
06-08-2023
Yes, I was able to eventually get it working by wrapping the timestamps in single quotes like this: "created_at:>='2023-06-05T19:19:17Z' AND created_at:<'2023-06-05T19:19:18Z'"
06-05-2023
We have a similar issue, the following query will return orders that are 3 days old, but will not return orders sooner than that: query ($query:String) {
orders(first:10, query: $query) {
pageInfo {
hasNextPage
en...
05-08-2023
I have the same question! I tried doing a partial fulfillment by doing the following:1. Get the fulfillment orders: https://{shop}.myshopify.com/admin/api/{api_version}/orders/{order_id}/fulfillment_orders.json 2. Update the fulfillment partial...