v2

latestOpenAPI 3.1.02026-07-263411923.0 MB
Custom table records

Create a custom table record

Custom tables have a different set of records for each product. This means that if you want to create one or list them you must scope them to a product.

Once you have the ID of a specific custom table record, you can get, modify, or delete them on the root custom table records resource.

Custom tables are an Enterprise+ exclusive feature.

post/products/{product_id}/custom_objects/{key}/records

Path parameters

product_idstring required

ProductId identifier

keystring required

Key identifier

Request body

Example request

{
  "custom_object_record": {
    "custom_fields": {
      "name": "Major conglomerate",
      "website": "www.conglom.com"
    }
  }
}

Response

Successful operation