Stock Locality Assignment API

Retrieve the assignment of products to warehouse shelf locations

Base URL

https://{tenant}.logzi.com/api/stock_locality/

Every request returns a JSON response. On success result.code == 1, on error result.code == 0. The locality assignment is read-only — the product-to-shelf-location pairing is created during the warehousing process. Shelf locations themselves are managed via the Store-locality API.

GET /api/stock_locality/get

Retrieve a single locality assignment.

Query parameters

ParameterTypeRequiredDescription
idintLocality assignment identifier

Example request

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

Retrieve a paginated list of locality assignments with filtering options.

Query parameters

ParameterTypeRequiredDescription
list_offsetintPagination offset (default: 0)
list_condition[store_id]intFilter by warehouse identifier
list_condition[product_id]intFilter by product identifier
list_condition[store_locality_id]intFilter by shelf location identifier

Example request

GET /api/stock_locality/list?list_condition[store_id]=1&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!