Base URL
https://{tenant}.logzi.com/api/stock_pallet_move/
Every request returns a JSON response. On success result.code == 1, on error result.code == 0. The Pallet Move API is used to list the pallet relocation transactions carried out in the warehouse. This endpoint is read-only.
/api/stock_pallet_move/list
Paginated list of pallet move records.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
list_count | int | Maximum number of records returned | |
list_offset | int | Pagination offset (default: 0) | |
list_condition | object | Filter conditions object |
Example Request
GET /api/stock_pallet_move/list?list_offset=0&list_count=50
X-API-KEY: {your_api_key}
Create your account now,
pay later!