Skip to main content
POST
/
v1
/
products
/
bulk_approve_by_category
Bulk Approve By Category
curl --request POST \
  --url https://api.trykintsugi.com/v1/products/bulk_approve_by_category \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <x-organization-id>' \
  --data '
{
  "product_code_name": "<string>"
}
'
{
  "approved_count": 123,
  "product_code_name": "<string>"
}

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_code_name
string
required

Product code to approve all matching products for

Response

Successful Response

approved_count
integer
required

Number of products approved

product_code_name
string
required

The product code name that was approved