Skip to main content
POST
/
2023-11
/
admin
/
supplierProducts
Create
curl --request POST \
  --url https://api-staging.genuka.com/2023-11/admin/supplierProducts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "",
  "handle": "handle-herzcde",
  "medias": [],
  "price": 6500,
  "title": "Title"
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Headers

x-company
string
Example:

"{{companyId}}"

Body

application/json
content
string
Example:

""

handle
string
Example:

"handle-herzcde"

medias
any[]
Example:
[]
price
number
Example:

6500

title
string
Example:

"Title"

Response

200 - undefined