u
This commit is contained in:
4
API.md
4
API.md
@@ -247,10 +247,12 @@ Notable fields:
|
||||
| `prices` | One entry per customer group |
|
||||
| `isCompositeProduct` | `"1"` if the article is a Stückliste parent |
|
||||
| `imghash` | Pass to `/v1/pimage?path=...` |
|
||||
| `use_stock` | `"1"` if `cLagerAktiv = 'Y'`, otherwise `"0"` |
|
||||
| `quantity` | Stock quantity from `dbo.vLagerbestandProLager` for configured `WARENLAGER_ID` |
|
||||
| Deposit fields | Present when JTL-POS Pfand attributes are set |
|
||||
| `attributes` | Article attributes from `tArtikelAttribut` (incl. Pfand) |
|
||||
|
||||
Many other product fields are filled with static defaults (`sort`, `use_stock`, `unit`, etc.) for JTL-POS compatibility.
|
||||
Many other product fields are filled with static defaults (`sort`, `unit`, `PLU`, etc.) for JTL-POS compatibility.
|
||||
|
||||
**Node only:** `prices[]` applies per–customer-group net overrides from `tPreis` / `tPreisDetail`. C++ currently fills every group with the base gross price.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user