⬆️Request and Response

Request to the API endpoint

Retrieves a list of orders that meet the specified criteria

POST https://api.alephcrm.com/v2/orders/{orderId}/split

Query Parameters

NameTypeDescription

API_KEY*

String

(default=none)

accountId *

Integer

(default=none)

orderId

Integer

splitReasonId

Integer

{
  "Status": "string",
  "Message": "string",
  "OrderStatus": OrderSplitShipmentType
}

API_KEY

The API_KEY that was provided.

accountId

The Alephee account ID of the orders you are trying to get.

orderId

Alephee ID to identify the order.

splitReasonId

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