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.

Get assigned fulfillment orders with filter returns error

Get assigned fulfillment orders with filter returns error

gurpreet_bc
Shopify Partner
1 0 0

Making Get assigned fulfillment orders (https://shopify.dev/api/admin-rest/2022-07/resources/assignedfulfillmentorder) with assignment_status=fulfillment_unsubmitted returns error

 

{
    "errors": [
        "Assignment status is not included in the list"
    ]
}
 

It works for other assignment_status values - "cancellation_requested", "fulfillment_requested" and "fulfillment_accepted".

 

Any help appreciated.

Replies 2 (2)

ShopifyDevSup
Shopify Staff
1453 238 530

Hi @gurpreet_bc 👋

 

Thanks for flagging this! I've shared the details with our product team for review. 

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us 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

gvbrown
Shopify Partner
23 1 8

We are experiencing the same issue with our api integration.  All other status values work properly.  What was the resolution to this?