β¬οΈRequest and Response
Request to the API endpoint
Last updated
Request to the API endpoint
POST https://api.alephcrm.com/v2/orders/{orderId}/split
API_KEY*
String
(default=none)
accountId *
Integer
(default=none)
orderId
Integer
splitReasonId
Integer
{
"Status": "string",
"Message": "string",
"OrderStatus": OrderSplitShipmentType
}The API_KEY that was provided.
The Alephee account ID of the orders you are trying to get.
Alephee ID to identify the order.
The split ID reasons. The following values are supported: 1 = fragile: When the cart ORDERS PACK contains fragile material. 2 = another_warehouse: When another warehouse will satisfy the order shipping. 3 = irregular_shape: When the cart ORDERS PACK contains some items with irregular shape. 4 = other_motive: Another reason.
Last updated