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 Labels

      GET
      /physical-products/labels
      physical-product-controller
      Returns available labels for this category, including the texts that can be shown to the final customer. This is typically the initial step in identifying filters or context for the terminal.

      Request

      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/labels' \
      --header 'U;' \
      --header 'SH;' \
      --header 'ST;'

      Responses

      🟢200OK
      application/json
      OK
      Body
      array of:
      field
      string 
      required
      labels
      object 
      required
      Additional properties
      string 
      optional
      Example
      [
          {
              "field": "countryId",
              "labels": {
                  "en": "Country",
                  "es": "Pais"
              }
          },
          {
              "field": "categoryId",
              "labels": {
                  "en": "Category",
                  "es": "Categoria"
              }
          }
      ]
      Modified at 2025-06-17 13:29:29
      Next
      Get Countries
      Built with