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.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Create a fulfillment with FulfillmentOrders

Solved

Create a fulfillment with FulfillmentOrders

MaksBrainiac
Shopify Partner
12 1 1

My print on-demand app has registered a fulfillment service (fulfillment_orders_opt_in = true).

I can see created fulfillment_orders assigned to my Fulfillment Service location for new orders .

 

"supported_actions" are ["request_fulfillment", "create_fulfillment", "hold"]

 

but call to fulfillmentCreateV2 responds with "Cannot create fulfillment for the fulfillment order."

 

Why create_fulfillment is in supported_actions if API does not allow use it? Is it possible to create a fulfillment without request_fulfillment API call or Request Fulfillment made by the merchant?

Accepted Solution (1)

MaksBrainiac
Shopify Partner
12 1 1

This is an accepted solution.

Looks like it is possible, but the app needs additional permissions:

read_third_party_fulfillment_orders, write_third_party_fulfillment_orders

 

View solution in original post

Reply 1 (1)

MaksBrainiac
Shopify Partner
12 1 1

This is an accepted solution.

Looks like it is possible, but the app needs additional permissions:

read_third_party_fulfillment_orders, write_third_party_fulfillment_orders