Skip to main content
POST
Create product

Authorizations

api_access_token
string
header
required

All API requests must include the api_access_token header with a valid agent or administrator token.

Path Parameters

account_id
integer
required

Numeric ID of the account

id
integer
required

Numeric ID of the resource

Body

application/json
name
string

Product name

description
string

Description

price
number

Price

currency
string

Currency

availability
string

in stock / out of stock

image_url
string

Image URL

sku
string

SKU

category
string

Category

quantity
integer

Quantity

payment_url
string

Payment link

Response

Successful response