Fulfillments orders is successfull, but create fulfillment always returns 404 Not Found

Fulfillments orders is successfull, but create fulfillment always returns 404 Not Found

LuisCG
Shopify Partner
1 0 0

I have a third party API that needs to fulfill orders once they are placed on a Database

I have all the fulfillment, product and customer scopes when i sent the request to fulfill the order i receive a not found response

The call to fulfillment_orders and fulfillment/{fulfill_order_id}.json are returning the information correclty
I have this body on the request but even without body

{
"fulfillment": {
 
"line_items_by_fulfillment_order": {
"fulfillment_order_id":fulfill_order_id
}
}
}




Replies 0 (0)