Variant Attribute Assignment Config
Manage ERP variant attribute assignment configurations, including bundle attributes and CRUD operations, via the VARIO Cloud REST API.
ERP-Konfiguration für Varianten-Attributzuordnungen (Gebinde)
an identifier
successful operation
ERP-spezifische Konfiguration einer Varianten-Attributzuordnung
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Ist dieses Attribut ein Gebinde-Attribut?
falseResource with given ID was not found
GET /erp/variant-attribute-assignment-config/{id} HTTP/1.1
Host: api.example.com
Accept: */*
{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"attributeAssignmentRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"bundleAttribute": false
}an identifier
ERP-spezifische Konfiguration einer Varianten-Attributzuordnung
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Ist dieses Attribut ein Gebinde-Attribut?
falsesuccessful operation
ERP-spezifische Konfiguration einer Varianten-Attributzuordnung
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Ist dieses Attribut ein Gebinde-Attribut?
falseResource was not found
Resource was not valid to process
PUT /erp/variant-attribute-assignment-config/{id} HTTP/1.1
Host: api.example.com
Content-Type: application/json
Accept: */*
Content-Length: 103
{
"version": "text",
"info": {},
"id": "text",
"attributeAssignmentRef": {
"id": "text"
},
"bundleAttribute": false
}{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"attributeAssignmentRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"bundleAttribute": false
}an identifier
successful operation
message context
message
Resource was not found
unable to delete Resource, due to constraints, existing references or internal state
DELETE /erp/variant-attribute-assignment-config/{id} HTTP/1.1
Host: api.example.com
Accept: */*
{
"context": "text",
"messageValue": "text"
}ERP-spezifische Konfiguration einer Varianten-Attributzuordnung
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Ist dieses Attribut ein Gebinde-Attribut?
falsesuccessful operation
ERP-spezifische Konfiguration einer Varianten-Attributzuordnung
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Ist dieses Attribut ein Gebinde-Attribut?
falseResource was not valid to process
POST /erp/variant-attribute-assignment-config/ HTTP/1.1
Host: api.example.com
Content-Type: application/json
Accept: */*
Content-Length: 103
{
"version": "text",
"info": {},
"id": "text",
"attributeAssignmentRef": {
"id": "text"
},
"bundleAttribute": false
}{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"attributeAssignmentRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"bundleAttribute": false
}Last updated
Was this helpful?