Hello,
I am trying to fulfill orders
When I post to
https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/fulfillment_request/accept.json
I get the following response
{
“errors”: [
“Cannot accept fulfillment request for the fulfillment order.”
]
}
Any ideas why?