Examples

GET /v1/6e37f722-da39-4846-842d-63c3f551ecae/invoiceable_items/retail
200
{
  "invoiceable_items": [
    {
      "id": "21ffd543-476e-4a85-a91b-347e4fb3d173",
      "product_code": "BOX-1",
      "kind": "retail",
      "description": "A box of indeterminate size",
      "required_at_move_in": false,
      "required_at_transfer": false,
      "amount": 45.69,
      "short_description": null,
      "show_in_sales_center": true,
      "tax_total": 4.569,
      "total": 50.259,
      "quantity": 0,
      "is_rental_center_lock": false,
      "invoiceable_amounts": [
        {
          "id": "2528f65e-1057-400a-a932-d6a577833f58",
          "amount": 45.69,
          "kind": "amount",
          "limit": null
        }
      ]
    },
    {
      "id": "d6690486-58f7-4eae-8253-4b1355e6e1b6",
      "product_code": "BOX-2",
      "kind": "retail",
      "description": "A box of indeterminate size",
      "required_at_move_in": false,
      "required_at_transfer": false,
      "amount": 4.7,
      "short_description": null,
      "show_in_sales_center": true,
      "tax_total": 0.47,
      "total": 5.17,
      "quantity": 0,
      "is_rental_center_lock": false,
      "invoiceable_amounts": [
        {
          "id": "3415039d-3c99-4cdb-a6eb-ebfc98f72e24",
          "amount": 4.7,
          "kind": "amount",
          "limit": null
        }
      ]
    }
  ],
  "meta": {
    "pagination": {
      "current_page": 1,
      "total_pages": 1,
      "per_page": 100,
      "total_entries": 2,
      "previous_page": null,
      "next_page": null
    },
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "GET",
    "request_id": null,
    "parameters": {
      "facility_id": "6e37f722-da39-4846-842d-63c3f551ecae"
    }
  }
}