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.