v1

latestOpenAPI 3.0.1Apache 2.02026-07-26401961.7 KB
Items

Get list of items owned by the business

Get list of items owned by the business

get/items

Query parameters

beforestring

When paginating results, a pointer to an ID before which we want results

Example:<entity>_01HC3J1VVVM05YCTS61G7V3KC6
afterstring

When paginating results, a pointer to an ID after which we want results

Example:<entity>_01HC3J1VVVM05YCTS61G7V3KC6
page_sizeinteger

The maximum number of items to return per page, defaults to 20

Example:20

Response

Success

Example response

{
  "pagination": {
    "next": "<entity>_01HC3J1VVVM05YCTS61G7V3KC6",
    "previous": "<entity>_01HC3J1VVVM05YCTS61G7V3KC6",
    "page_size": 20
  },
  "data": [
    {
      "id": "item_01HC3J1VVVM05YCTS61G7V3KC6",
      "item_name": "DigiTax Product 01",
      "origin_nation_code": "KE",
      "package_unit_code": "NT",
      "quantity_unit_code": "U",
      "tax_type_code": "D",
      "default_unit_price": 1000,
      "etims_item_code": "DT-67717-E7GcGbvYDy",
      "stock_quantity": 1000,
      "active": true,
      "status": "COMPLETE",
      "item_bar_code": "012345678905"
    }
  ]
}