Base URL
https://{tenant}.logzi.com/api/stock_pallet/
Every request returns a JSON response. On success result.code == 1, on failure result.code == 0. Pallet stock is read-only — entries are created automatically when pallet movement documents are closed.
/api/stock_pallet/get
Retrieve a single pallet stock entry by ID.
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int | Pallet stock entry ID |
Example request
GET /api/stock_pallet/get?id=12
X-API-KEY: {your_api_key}
/api/stock_pallet/list
Retrieve a paginated list of pallet stock entries with filtering options.
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
list_offset | int | Pagination offset (default: 0) | |
list_condition[store_id] | int | Filter by warehouse ID | |
list_condition[product_id] | int | Filter by product ID | |
list_condition[pallet_id] | int | Filter by pallet ID |
Example request
GET /api/stock_pallet/list?list_condition[pallet_id]=5&list_offset=0
X-API-KEY: {your_api_key}
Create your account now,
pay later!