⬆️Request and Response
Request to the API endpoint
Split an order from a cart ORDERS PACK onto an individual shipment
POST
https://api.alephcrm.com/v2/orders/{orderId}/split
Query Parameters
Name | Type | Description |
---|---|---|
API_KEY* | String | (default=none) |
accountId * | Integer | (default=none) |
orderId | Integer | |
splitReasonId | Integer |
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