Base URL
https://{tenant}.logzi.com/api/order_out_pre_group/
Every request returns a JSON response. On success result.code == 1, on failure result.code == 0. A preparation group combines multiple outbound order preparation records into a single group — enabling batch processing and aggregated views.
/api/order_out_pre_group/get_pre
Retrieve a single preparation group by ID.
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int | ID of the preparation group |
Example request
GET /api/order_out_pre_group/get_pre?id=1
X-API-KEY: {your_api_key}
/api/order_out_pre_group/list_pre
Paginated list of preparation groups.
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
list_offset | int | Pagination offset (default: 0) | |
list_condition | object | Object of filter conditions |
Example request
GET /api/order_out_pre_group/list_pre?list_offset=0
X-API-KEY: {your_api_key}
/api/order_out_pre_group/save_pre
Create or update a preparation group.
POST fields — data object
Provide the IDs of the preparation records belonging to the group and the group's metadata in the data object.
Example request
POST /api/order_out_pre_group/save_pre
X-API-KEY: {your_api_key}
Content-Type: application/json
{ "data": { ... } }
Create your account now,
pay later!