Skip to main content
POST
/
v1
/
products
/
configs
Create Product Configs
curl --request POST \
  --url https://api.trykintsugi.com/v1/products/configs \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <x-organization-id>' \
  --data '
{
  "product_configs": [
    {
      "ai_enabled": false,
      "primary_product_category": "<string>",
      "primary_product_subcategory": "<string>",
      "product_description": "<string>",
      "primary_product_code_name": "<string>",
      "is_default": false
    }
  ]
}
'
[
  {
    "id": "<string>",
    "primary_product_category": "<string>",
    "primary_product_subcategory": "<string>",
    "ai_enabled": true,
    "product_description": "<string>",
    "primary_product_code_name": "<string>",
    "is_default": false
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.trykintsugi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Headers

x-organization-id
string | null
required

The unique identifier for the organization making the request

Body

application/json
product_configs
ProductConfigCreate · object[]
required

Response

Successful Response

id
string
required

The product ID.

primary_product_category
string
required

Primary product category.

primary_product_subcategory
string
required

Primary product subcategory.

ai_enabled
boolean
required

Is ai enabled.

product_description
string
required

The product description.

primary_product_code_name
string
required

The name of the product code.

is_default
boolean
default:false

Indicates whether the product configuration is the default