POST https://api.ecartapi.com/api/v2/orders/576676899248115480/split
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
{
"success": true,
"split": [
{
"packageId": "1153078745335697176",
"groupId": "1234"
},
{
"packageId": "1153078745335762712",
"groupId": "12345"
},
{
"packageId": "1153078745335828248",
"groupId": "123456"
}
]
} |
ENDPOINTS