CSQ Docs
    CSQ Docs
    eVSB
    • eVSB
    • Back to home
    • Location Based Products
    • Get Labels
      GET
    • Get Countries
      GET
    • Get Categories
      GET
    • Get States
      GET
    • Get Municipalities
      GET
    • Get Deliver Locations
      GET
    • Get Products
      GET
    • Create Cart
      POST
    • Purchase
      POST
    • Get Orders
      GET
    • Get Order Status
      GET

      Get Categories

      GET
      /physical-products/categories/{terminalId}/{levelId}
      physical-product-controller
      Returns the product categories available for a given terminal and level.

      Request

      Path Params
      terminalId
      integer <int32>
      required
      levelId
      integer <int32>
      required
      Header Params
      U
      string 
      required
      Default:
      {{U}}
      SH
      string 
      required
      Default:
      {{SH}}
      ST
      string 
      required
      Default:
      {{ST}}

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'http://evsbus.csqworld.com/physical-products/categories//' \
      --header 'U;' \
      --header 'SH;' \
      --header 'ST;'

      Responses

      🟢200OK
      application/json
      OK
      Body
      array of:
      categoryId
      integer 
      required
      name
      string 
      required
      name
      nextPath
      string 
      required
      nextField
      string 
      required
      Example
      [
          {
              "categoryId": 2,
              "name": "Category",
              "nextPath": "/physical-products/{{nextPath}}/{{terminalId}}/2",
              "nextField": "{nextField}"
          }
      ]
      Modified at 2025-06-19 11:46:08
      Previous
      Get Countries
      Next
      Get States
      Built with