/updateOnlineSaleStatusAsk AIpost https://app.skuvault.com/api/sales/updateOnlineSaleStatusLight throttling Update the status of a sale.Body ParamsSaleIdstringrequiredThe full SkuVault Sale ID to be updated. NOTE: You can either use SaleID or OrderID. You cannot use both of them.OrderIdstringThe Order ID (not full SkuVault Sale ID) of the order to be updated. NOTE: You can only use this parameter for sales created via the API. If you want to change sale status for sales that did not originate from the API, you must use the 'SaleID' parameter.StatusstringrequiredOne of: Pending, ReadyToShip, Completed, Cancelled, Invalid, ShippedUnpaidTenantTokenstringrequiredfrom getTokensUserTokenstringrequiredfrom getTokensHeadersContent-TypestringDefaults to application/jsonapplication/jsonAcceptstringDefaults to application/jsonapplication/jsonResponse 200200Updated about 7 years ago