Skip to main content
POST
Criar Produto

Authorizations

X-Api-Key
string
header
required

Authorization By X-Api-Key inside request's header

Body

name
string
required

Nome

Maximum string length: 120
code
string | null

Código

Maximum string length: 40
price
number<double> | null

Preço

invoiceModel
enum<string>

Valores possíveis:

  • productInvoice: NF-e
  • consumerInvoice: NFC-e
  • serviceInvoice: NFS-e
Available options:
productInvoice,
consumerInvoice,
serviceInvoice
warrantyDays
integer<int32> | null

Dias de Garantia

serviceInvoiceSettings
object
productInvoiceSettings
object

Response

Success

name
string
required

Nome

Maximum string length: 120
code
string | null

Código

Maximum string length: 40
price
number<double> | null

Preço

invoiceModel
enum<string>

Valores possíveis:

  • productInvoice: NF-e
  • consumerInvoice: NFC-e
  • serviceInvoice: NFS-e
Available options:
productInvoice,
consumerInvoice,
serviceInvoice
warrantyDays
integer<int32> | null

Dias de Garantia

serviceInvoiceSettings
object
productInvoiceSettings
object