/
/CRM service
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 18h ago · Updated 1mo ago
activities8
call events6
customer contacts3
documents13
entities4
fields12
items17
letters3
permissions2
pipeline16
products33
  • getGet product categories tree
  • postCreate product category
  • getGet product category
  • deleteDelete product category
  • patchEdit product category
  • getGet products list (with many filters)
  • postCreate product
  • getGet product
  • deleteDelete product
  • patchUpdate product
  • postBulk create products
  • deleteMass delete products
  • getGet measurement units
  • postCreate measurement unit
  • deleteDelete measurement unit
  • patchUpdate measurement unit
  • getGet taxes list
  • postCreate tax
  • deleteDelete tax
  • patchUpdate tax
  • getGet entity product list
  • patchUpdate entity product list
  • getGet list product
  • deleteDelete list product
  • patchUpdate list product
  • postCreate list product
  • postBulk create list products
  • deleteBulk delete list products
  • patchBulk update list products
  • getGet product price types
  • postCreate product price type
  • deleteDelete product price type
  • patchUpdate product price type
requisites22
transfers4
trash4
    products

    Get measurement units

    Returns all measurement units available for products (e.g., pcs, kg, hours).

    get/crm/v1/static/measurement-units

    Response

    Successful response

    idinteger
    namestring
    abbrstring
    is_defaultboolean

    Example response

    [
      {
        "id": 1,
        "name": "Kilograms",
        "abbr": "Kg",
        "is_default": true
      }
    ]