/
US
uspacy
/
CRM service
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 4w ago · Updated 4w ago
View markdown
uspacy
CRM service
patch
Update product
v1
latest
OpenAPI 3.1.0
2026-07-14
147
57
122.7 KB
activities
8
call events
6
customer contacts
3
documents
13
entities
4
fields
12
items
17
letters
3
permissions
2
pipeline
16
products
33
get
Get product categories tree
post
Create product category
get
Get product category
delete
Delete product category
patch
Edit product category
get
Get products list (with many filters)
post
Create product
get
Get product
delete
Delete product
patch
Update product
post
Bulk create products
delete
Mass delete products
get
Get measurement units
post
Create measurement unit
delete
Delete measurement unit
patch
Update measurement unit
get
Get taxes list
post
Create tax
delete
Delete tax
patch
Update tax
get
Get entity product list
patch
Update entity product list
get
Get list product
delete
Delete list product
patch
Update list product
post
Create list product
post
Bulk create list products
delete
Bulk delete list products
patch
Bulk update list products
get
Get product price types
post
Create product price type
delete
Delete product price type
patch
Update product price type
requisites
22
transfers
4
trash
4
products
Update product
patch
/crm/v1/static/products/{itemId}
Request body
Product
required
id
integer
product_category_id
integer
measurement_unit_id
integer
title
string
article
string
type
'goods'
|
'service'
is_active
boolean
availability
'available'
|
'not_available'
|
'pending'
quantity
number
reserved_quantity
number
description
string
comment
string
link
string
created_at
integer
updated_at
integer
product_category
ProductCategory
measurement_unit
MeasurementUnit
prices
ProductPrice[]
files
string[]
Response
OK
Product
required
id
integer
product_category_id
integer
measurement_unit_id
integer
title
string
article
string
type
'goods'
|
'service'
is_active
boolean
availability
'available'
|
'not_available'
|
'pending'
quantity
number
reserved_quantity
number
description
string
comment
string
link
string
created_at
integer
updated_at
integer
product_category
ProductCategory
measurement_unit
MeasurementUnit
prices
ProductPrice[]
files
string[]