get/items
Summary
Get products
Description
Get a list of products, optionally filtered by query parameters.
Parameters
Query
createdBefore
string
Filter jobs created before or in the specified date.
Format
date
createdAfter
string
Format
date
code
string
Filter products by code.
name
string
Filter products by name.
post/items
Summary
Create products
Description
Create one or more products.
put/items/{itemCode}
Summary
Update a product.
Description
Update data for a product.
Parameters
Path
itemCode
string
required
Product code.
Query
overwrite_product_bom
boolean
Overwrite bill of materials of products that are used in the picking list of phases for each of the updated production orders.
Request body required
Request type
application/json
Request content
Responses
200
400
404
500
delete/items/{itemCode}
Summary
Delete a product.
Description
Delete a product.
Parameters
Path
itemCode
string
required
Product code.