Skip to main content
POST
Criar produto

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id_sku
string

Id SKU do produto

Example:

"SKU12345"

name
string

Nome do produto

Example:

"Nome do Produto"

price
number

Preço do produto

Example:

199.99

Response

201 - undefined