Get items
MyMorabaa endpoints
Get items
Retrieve items with optional filters and pagination.
GET
Get items
Endpoint
GET /items
Production URL:
https://sam.aragon.morabaa.com/api/items
Authentication
This endpoint requires app authentication headers:X-App-Id: <APP_ID>X-App-Secret: <APP_SECRET>
Required headers
App ID credential.
App secret credential.
Need credentials? Contact info@morabaa.com.
401 Unauthorized.
Do not send Content-Type: application/json for this GET request. Only include a Content-Type header when the request has a JSON body.
Request example
Query parameters
All query parameters are optional.Filter by item name.
Filter by barcode.
Filter by business ID. If omitted, the first business ID from the authenticated app is used.
Filter by group ID.
Minimum buy price.
Maximum buy price.
Minimum sell price.
Maximum sell price.
Buy currency ID.
Sell currency ID.
Include exchange currency context when
true.General text search.
Page size. Defaults to
25, clamped to 1..100.Skip count. Defaults to
0 and never below 0.businessIdmust belong to the authenticated app if it is supplied.- A successful response returns
200 OK.
Response
The response type is an array of items:Item ID.
Business ID associated with the item.
Item name.
Barcodes associated with the item.
Buy price and currency details.
Sell price and currency details.
Available quantity.
Package options and package-level prices.
Store details keyed by store identifier.
Quantity movement details.
Query Parameters
Filter by item name.
Filter by barcode.
Filter by business ID. If omitted, the first business ID from the authenticated app is used.
Filter by group ID.
Minimum buy price.
Maximum buy price.
Minimum sell price.
Maximum sell price.
Buy currency ID.
Sell currency ID.
Include exchange currency context when true.
General text search.
Page size. Defaults to 25, clamped to 1..100.
Required range:
1 <= x <= 100Skip count. Defaults to 0 and never below 0.
Required range:
x >= 0Response
Items returned successfully.
