Tarifs
Object simplifié pour la mise à jour des prix de ventes des produits.
Tarifs
{
"code_produit": string,
"price": decimal,
"public_price": decimal,
"interrompu": boolean,
"barcode": string,
"updated_at": datetime
}
| Champ | Type | Description |
|---|---|---|
| code_produit | integer |
Réference produit |
| price | decimal |
Prix d'achat actuel |
| public_price | decimal |
Prix de vente public |
| interrompu | boolean |
Flag si interrompu |
| barcode | string |
Code-barres Produit |
| updated_at | datetime |
Date de mise à jour |