Entity overview
Attribute
Create and manage custom attributes, attribute sets, values, pricing rules, and entity assignments.
Endpoints
https://api.flowtly.eu/attributes
List attributes
Retrieves the collection of AttributeValue resources.
https://api.flowtly.eu/attributes
Create attribute
Creates a AttributeValue resource.
https://api.flowtly.eu/attributes/{id}
Get attribute by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/attributes/{id}
Delete attribute
Remove the resource.
https://api.flowtly.eu/attributes/{id}
Update attribute
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/attribute-prices
List attributes
Retrieves the collection of AttributeValue resources.
https://api.flowtly.eu/attribute-prices
Create attribute
Creates a AttributeValue resource.
https://api.flowtly.eu/attribute-prices/{id}
Get attribute by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/attribute-prices/{id}
Delete attribute
Remove the resource.
https://api.flowtly.eu/attribute-prices/{id}
Update attribute
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/attribute-rules
List attributes
Retrieves the collection of AttributeValue resources.
https://api.flowtly.eu/attribute-rules
Create attribute
Creates a AttributeValue resource.
https://api.flowtly.eu/attribute-rules/{id}
Get attribute by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/attribute-rules/{id}
Delete attribute
Remove the resource.
https://api.flowtly.eu/attribute-rules/{id}
Update attribute
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/attribute-sets
List attributes
Retrieves the collection of AttributeValue resources.
https://api.flowtly.eu/attribute-sets
Create attribute
Creates a AttributeValue resource.
https://api.flowtly.eu/attribute-sets/{id}
Get attribute by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/attribute-sets/{id}
Delete attribute
Remove the resource.
https://api.flowtly.eu/attribute-sets/{id}
Update attribute
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/attribute-set-attributes
List attributes
Retrieves the collection of AttributeValue resources.
https://api.flowtly.eu/attribute-set-attributes
Create attribute
Creates a AttributeValue resource.
https://api.flowtly.eu/attribute-set-attributes/{id}
Get attribute by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/attribute-set-attributes/{id}
Delete attribute
Remove the resource.
https://api.flowtly.eu/attribute-set-attributes/{id}
Update attribute
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/attribute-sets/relation-names
List relation names
Retrieves the collection of AttributeSetRelationNameOutput resources.
https://api.flowtly.eu/attribute-entity-values
List attributes
Retrieves the collection of AttributeValue resources.
https://api.flowtly.eu/attribute-entity-values
Create attribute
Creates a AttributeValue resource.
https://api.flowtly.eu/attribute-entity-values/{id}
Get attribute by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/attribute-entity-values/{id}
Delete attribute
Remove the resource.
https://api.flowtly.eu/attribute-entity-values/{id}
Update attribute
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/attribute-values
List attributes
Retrieves the collection of AttributeValue resources.
https://api.flowtly.eu/attribute-values
Create attribute
Creates a AttributeValue resource.
https://api.flowtly.eu/attribute-values/{id}
Get attribute by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/attribute-values/{id}
Delete attribute
Remove the resource.
https://api.flowtly.eu/attribute-values/{id}
Update attribute
Update resource fields using JSON Merge Patch.
Use cases
Schema fields
Attribute-attribute.read| Field | Type | Description |
|---|---|---|
id |
string | id field. |
name |
string | name field. |
type |
string | type field. |
shift |
integer | shift field. |
required |
boolean | required field. |
multiple |
boolean | multiple field. |
defaultValue |
string | null | defaultValue field. |
formatPattern |
string | null | formatPattern field. |