Skip to content

Define new products for the marketplace.

POST
/admin/products

This endpoint defines new products based on the provided data and returns the newly created ids.

Authorizations

Request Body required

Array<object>

A description of a product in a forward market

object
from
required

The starting time of the delivery interval for the product

string format: date-time
kind
required

A tag describing the type of product (e.g. “FORWARD” or “OPTION”)

string
thru
required

The stopping time of the delivery interval for the product

string format: date-time

Responses

200

Array<string>

500