Update a sales order fulfillmentAsk AIpatch https://api.katanamrp.com/v1/sales_order_fulfillments/{id}Updates the specified sales order fulfillment by setting the values of the parameters passed. Any parameters not provided will be left unchanged.Path ParamsidintegerrequiredSales order fulfillment idBody Paramssales order fulfillment fields to be updated with new valuespicked_datestringstatusstringenumDELIVEREDPACKEDAllowed:DELIVEREDPACKEDconversion_ratenumber | null≤ 1000000000000packer_idnumberid of the operator who packed this sales order. It is only shown if the factory has Warehouse Management add-on and Pick & Pack feature has been enabled in the settings.conversion_datestring | nulltracking_numberstring | nulltracking_urlstring | nulltracking_carrierstring | nulltracking_methodstring | nullResponses 200Sales order fulfillment updated 401Make sure you've entered your API token correctly. 422Check the details property for a specific error message. 429The rate limit has been reached. Please try again later. 500The server encountered an error. If this persists, please contact supportUpdated 7 months ago