Update order fulfillmentAsk AIpatch https://api.yotpo.com/core/v3/stores/{store_id}/orders/{yotpo_order_id}/fulfillments/{yotpo_fulfillment_id}Updates an order fulfillment in your Yotpo store.Path Paramsstore_idstringrequiredThe store ID (app_key).yotpo_order_idstringrequiredThe Yotpo ID for the order. This ID is created automatically upon creation of the order. You can find it by using the Retrieve endpoint.yotpo_fulfillment_idstringrequiredThe Yotpo ID for the order fulfillment. This ID is created automatically upon creation of the fulfillment. You can find it by using the Retrieve endpoint.Body Paramsexternal_idstringrequiredThe merchant's unique ID for the fulfillment.Responses 200200 400400 404404 409409Updated 10 months ago