No content to show

User Activity

I'm currently pitching my services to restaurants and want to go beyond the typical booking and email marketing solutions. In addition to those, I’m looking to offer:QR codes that allow customers to order directly from their table without needing a w...
Turns out this error is generated because I have "Sort by: Relevance". Once I switched to Sort by: Id", it worked out just fine
I am trying to run an advanced query that should get all partially fulfilled orders dating from june to august last year.This is what I've done so far:And this is my query: status:IN_PROGRESS AND updated_at:>="2023-06-01" AND updated_at:<="2023-08-31...
which one is a list of lineItems @paul_n ?{% assign line_item = fulfillmentOrder.lineItems | where: "sku", sku_to_fulfill | first %} this?This should get the first element, however I tried a classic loop and it has the same error:  {% assign sku_to_f...
Ok, I understand, but how exactly do I fulfill only the item that I need?I've looked into the docs for examples https://help.shopify.com/en/manual/shopify-flow/reference/actions/send-admin-api-request#examples on how I can achieve this. Turns out I c...
I've tried this flow:It's not as efficient because it obviously takes time to go through the orders considering the trigger and my filter conditions, but it should eventually get the job done.I basically check if the fulfillment orders with open stat...
I tried going for your second idea using the same trigger:However, I am not sure how I can query by status and updated_at at the same time. If I use a custom query and by updatedAt and status, it adds these 2 query as you would add them in Liquid:Als...
@paul_n And If I want to modify orders from the past as well(because there are like 3months of orders that have accumulated), I guess I should change the initial trigger. Any suggestions of what I could use instead to trigger the same flow for past o...
I also tried removing whitespace from my request as @paul_n suggested in this thread: https://community.shopify.com/c/shopify-flow-app/fulfilling-a-specific-product-using-a-http-request-via-flow/m-p/2420970And I get the same error for this request:{"...
This is my attempt so far at this:I've created a custom app that has all the access scopes required for https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/fulfillmentCreateV2,used the access token inside the Shopify Flow http request and I ...
I want to create a flow that fulfills all orders created from a specified time period to the present, as well as all future orders that have all items fulfilled except for one specific digital item.I tried using the available Flow options, but the cl...
"Do you have existing unfulfilled Fulfillment Orders that contain the specific product in question?" - Yes and there will also be orders created that will be marked as Partially fulfilled because of this particular item.I ended up doing this after sp...
Hello everyone,I am working on a workflow to manage orders(older and future) that are partially fulfilled. The goal is to identify orders where only one specific item remains unfulfilled. If this is the case, the order will be marked as fulfilled.I a...
Say I have product A with color red and color white, product B with color black and color red and product C with color white and color green. If a user selects that he wants to see items with color white and green then he should see product A and C. ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.