Skip to main content

I have built a Zap that would take a confirmation of a fulfillment record entered into Airtable and push it into fulfilling an order on Shopify, however I am seemingly tripping up on the fulfillment order ID somewhere.

 

Here is the construction:

 

  1.  In Airtable, I have 2 tables, 1 Orders, 2 Fulfillments
  2. In the orders table, I have a Zap that will create new order rows each time a new order comes into to the Shopify instance I am connected to.  This is working just fine
  3. When i create my fulfillment record, I am using the Shopify Order Name (currently in the 1000 series, so #1001, #1002, and so on).   However, during each iteration of the Zap run, its trying to post to the same Shopify Fulfillment Order ID.  However I am not clear where Zapier is sourcing that value from today?

Below is my Zap:

 

Hi ​@RRykowski 

For us to have more info about the Zap step 3 error, post screenshots showing how Zap step 3 is configured in the CONFIGURE tab while in EDIT mode with the field mappings visible.

 


Hey ​@RRykowski,

I think it’s happening because Order Id and Fullfilment ID are two different ID. Maybe try using Get Fullfillment Orders by Order ID to get all the fulfillment orders for that Order ID.

 

After you have the Fulfillment ID, you can dynamically pass that to Create Fulfillment action. Hope it helps!