/forms/{slug_or_id}/products/{product_sku}

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

Log in to see full request history
Path Params
string
required

The form's slug, custom slug or ID.

string
required

The SKU of the product.

Body Params
string | null

Product name.

number | null

Product quantity.

double | null

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
Responses

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