Outbound Order Preparation Group API

Manage preparation groups for outbound orders

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.

GET /api/order_out_pre_group/get_pre

Retrieve a single preparation group by ID.

Query parameters

ParameterTypeRequiredDescription
idintID of the preparation group

Example request

GET /api/order_out_pre_group/get_pre?id=1
X-API-KEY: {your_api_key}
GET /api/order_out_pre_group/list_pre

Paginated list of preparation groups.

Query parameters

ParameterTypeRequiredDescription
list_offsetintPagination offset (default: 0)
list_conditionobjectObject of filter conditions

Example request

GET /api/order_out_pre_group/list_pre?list_offset=0
X-API-KEY: {your_api_key}
POST /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": { ... } }

Get in touch with us

Interested in our software? Feel free to write to us!

Need help?

If you can't find the answer and need assistance

Create your account now,
pay later!

Try it free for 3 days, no risk, no obligation!