Products - OBSOLETE API

List Products

URL

https://dev.v3manager.com/demo/api/product

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/product"

Count Products

URL

https://dev.v3manager.com/demo/api/product/count

HTTP Method

GET

Sum Products

URL

https://dev.v3manager.com/demo/api/product/sum

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/product/sum?field=total&search=["created",">","05-07-2023"]" Encoded: curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/product/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"

Parameters

Name Type Required
field string yes
filter array no

Load Product by id

URL

https://dev.v3manager.com/demo/api/product/:id

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/product/22"

Create or update Products

URL

https://dev.v3manager.com/demo/api/product

HTTP Method

POST

Fields

Name Label Data type Readonly Descrition
updateUserName Updated by string No
updateUser Updated by int Yes
createUserName Created by string No
createUser Created by int Yes
account Accounting account string No
sku SKU code string No
barcode Barcode string No
supplierBarcode Supplier barcode string No
divisible Divisible bool No
deleted Removed bool Yes
inDeposit In deposit bool No
tags Tags manyToMany No
updated Update date datetime Yes
created Creation date datetime Yes
shipping Shipping costs bool No
useStock Manage stock bool No
image Image image No
buyTax Purchase tax int No
buyTaxName Purchase tax string No
taxes Taxes manyToMany No
name Name string No
perHour By hours bool No
basePercent Base percentage percent No
price Price currency No
priority Priority int No
baseProduct Basic product int No
baseProductName Basic product string No
supplierName Supplier string No
supplier Supplier int No
id ID int Yes
subfamilyName Subfamily string No
subfamily Subfamily int No
hasIngredients Has ingredients bool No
costPrice Last purchase price currency Yes DOES NOT INCLUDE PURCHASE TAXES
roundingError bool No
sid string No