/forms/{slug_or_id}/products

This endpoint creates a product on a form. Please note that this feature is exclusively available as part of the Business API.

Path Params
string
required

The form's slug, custom slug or ID.

Body Params
string
required

The key of a product field on the form.

string | null
required

Product name.

number | null

Product quantity.

double | null
required

Product price.

number | null

Minimum number of products to be selected.

number | null

Maximum number of products to be selected.

boolean | null

Whether the product can be discounted.

images
array of objects

List of product images.

images
string
required

Product SKU.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html