β¬οΈRequest and Response
Request to the API endpoint
Last updated
Request to the API endpoint
PUT https://api.alephcrm.com/v2/orders
API_KEY*
String
(default=none)
accountId *
Integer
(default=none)
orderStatus
{
"Total": integer,
"Results": [{
"OrderStatus": OrderStatusType,
"Status": integer,
"Message": string
}]
}The API_KEY that was provided.
The Alephee account ID of the shipping label you are trying to get.
Object with collection of orders to update.
Last updated