Jupiter ERP
Account API

UpdateProductRequest

Fields, types, and references to other models.

UpdateProductRequest (object)

FieldTypeDescription
descriptionstring
has_stockboolean
internal_notestring
namestring
price_netinteger
purchase_price_netinteger
skustring
tax_ratenumber
typestring

string

  • physical
  • virtual
  • service
unit_codestringUN/CEFACT unit of measure code (Recommendation 20/21). Null allowed for optional positions. Code meanings: - C62: unit (piece) - HUR: hour - DAY: day - KGM: kilogram - GRM: gram - LTR: litre - CMT: centimetre - MTR: metre - MTK: square metre - MTQ: cubic metre - KMT: kilometre - TNE: tonne (metric) - PAC: package - PR: pair - BOX: box - RO: roll - SET: set - PCE: page - MIN: minute - SEC: second - MLT: millilitre - MMT: millimetre - P1: percent - ZZ: lump sum (generic / no unit)

string

  • C62
  • HUR
  • DAY
  • KGM
  • GRM
  • LTR
  • CMT
  • MTR
  • MTK
  • MTQ
  • KMT
  • TNE
  • PAC
  • PR
  • BOX
  • RO
  • SET
  • PCE
  • MIN
  • SEC
  • MLT
  • MMT
  • P1
  • ZZ
Example (JSON)
{
  "sku": "string",
  "name": "string",
  "description": "string",
  "type": "physical",
  "unit_code": "C62",
  "tax_rate": 0
}
Schema UpdateProductRequest · Jupiter ERP