Specifies the status for the part number.string(Status)Specifies the status for the part number. Enum"Active""Coming""Expiring""Hidden""Inactive""Active"
Represents a Warehouse, on which stock information is kept.codestring or nulllocationCodestring or nullidinteger(int32)Norce internal warehouse idlocationIdinteger(int32)Norce internal location id{ "code": "string", "locationCode": "string", "id": 0, "locationId": 0 }
Represents a quantity-break price.priceListCodestring or nullThe price list code. Called "Agreement" in Norce [Storm] API and Query. This may be diferent than on the default price.quantityBreakinteger(int32)Quantity Break, the quantity where this price becomes valid.isDiscountablebooleanDefines if the current price is further discountable or not by promotions.valuenumber(double)The chosen price, excl VAT.valueIncVatnumber(double)The chosen price, incl VAT{ "priceListCode": "string", "quantityBreak": 0, "isDiscountable": true, "value": 0.1, "valueIncVat": 0.1 }