- Home
- BxAPI
Products Update
Update product information with BxEngine API
URL
/1.0/products/
Body
Object with product to update. If productno does not exist, an exception is thrown (error code 500 - Internal server error).
{
"productname":"Abonnement",
"location":"nyloc",
"productno":"105"
}
BxCmd Example
bxcmd.exe -u myuser -p mypassword -c 12182 -m put --url 1.0/products/ -b "{\"productno\":\"1234\",\"location\":\"nyloc\",\"productname\":\"name\"}"