Update an order itemAsk AIpatch https://noms.api.nacelle.com/api/v1/orderitems/{nacelle-order-item-id}This will update an order item based on the input parameters.Path Paramsnacelle-order-item-idstringrequiredBody Paramscanceled_atdate-timeWhen this Order Item was cancelled.canceled_bystring1 to 100Who cancelled this OrderItem.canceled_reasonstring1 to 100Reason for cancelling this OrderItem.commentstring1 to 1000Additional comment.descriptionstring1 to 1000Short description of the product.destination_reference_idstring1 to 100External id of the OrderItem in destination service.iduuidrequiredUnique identifier for the OrderItem.merchant_modified_atdate-timeMerchant Specified Timestamp of the last modification to the OrderItem.metadataobjectAdditional map-like data for any custom extra data.metadata objectquantityuint641 to 9999Quantity.skustring1 to 100SKU of the product.source_reference_idstring1 to 100External id of the OrderItem in source service.statusstring1 to 100Status of the OrderItem.Responses 200OK 400Bad Request 401Unauthorized 403Forbidden 404Not Found 429Rate Limit Exceeded 500Internal Server ErrorUpdated about 2 years ago