We have a process which gets a list of new orders based on a fulfillment_status of unshipped or partial
We have been using this logic for many years however we now have a customer where some orders do not download becasue they have a fulfillment_status of null. The orders look to be complete, but it seems that when the payment is mixed (gift card, credit card) they show up with this null status. Why would they be null? How can I query for fulfillment status INCLUDING null?
endpoint = orders.json?fulfillment_status=unshipped,partial
“current_quantity”: 1,
“fulfillable_quantity”: 1,
“fulfillment_service”: “manual”,
“fulfillment_status”: null,