What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Fulfillment Order Notification Callback not sending fulfillment requests

Solved

Fulfillment Order Notification Callback not sending fulfillment requests

freddyace1993
Shopify Partner
2 1 0

Hi,

I have registered a callback URL by sending the POST request as stated in the documentation.

 

I got a successful HTTP 201 created response. However, upon submitting orders, I am just not getting any requests sent to my server. The fulfillment orders created are still in request_status = UNSUBMITTED.

 

I don't know what is missing? Please help. There are no typos in the callback url, as i have configured a web-hook from the merchant dashboard (It just so happens I am the merchant AND the developer) using the SAME callback url and those request ARE in fact coming through but these are not requests for fulfillment. 

Accepted Solution (1)

freddyace1993
Shopify Partner
2 1 0

This is an accepted solution.

Update: I got it solved now. It turns out the merchant must send a fulfillment request either manually or automatically, which can be set through the merchant's admin dashboard. 

View solution in original post

Replies 3 (3)

freddyace1993
Shopify Partner
2 1 0

This is an accepted solution.

Update: I got it solved now. It turns out the merchant must send a fulfillment request either manually or automatically, which can be set through the merchant's admin dashboard. 

Liam
Community Manager
3108 344 895

Great to hear you figured this out and thanks for coming back to post your solution!

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

amalafrozalam27
Shopify Partner
3 0 1

Hi! How did you get your service to be "requestable"? My fulfillment service was created, but the admin does not create an option to request fulfillment.