Pallet Stock API

Retrieve product stock stored on pallets, by warehouse and pallet

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.

GET /api/stock_pallet/get

Retrieve a single pallet stock entry by ID.

Query parameters

ParameterTypeRequiredDescription
idintPallet stock entry ID

Example request

GET /api/stock_pallet/get?id=12
X-API-KEY: {your_api_key}
GET /api/stock_pallet/list

Retrieve a paginated list of pallet stock entries with filtering options.

Query parameters

ParameterTypeRequiredDescription
list_offsetintPagination offset (default: 0)
list_condition[store_id]intFilter by warehouse ID
list_condition[product_id]intFilter by product ID
list_condition[pallet_id]intFilter by pallet ID

Example request

GET /api/stock_pallet/list?list_condition[pallet_id]=5&list_offset=0
X-API-KEY: {your_api_key}

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!