Create a custom attribute
POST
https://api.tamio.com/v2/products/custom-attributes/create
Creates a new custom attribute definition with multilingual labels and value type flags (text, link, image, feature).
Body Parameters
label
object*
Multilingual labels (1–10 languages, up to 128 chars each)
text
boolean*
Whether the attribute includes a text value format
link
boolean*
Whether the attribute includes a link/URL format
image
boolean*
Whether the attribute is an image-based feature
feature
boolean*
Whether the attribute acts as a feature tag
Responses
200
Custom attribute created successfully
Custom attribute created successfully
status
integer
custom_attribute
CustomAttribute
400
Bad request (schema validation error)
Bad request (schema validation error)
status
integer
error
string
error_code
integer
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string