AttributeSets_POST_Import
Request
Body Params application/json
{
"settings": {
"operation": "NoImport"
},
"attributeSets": [
{
"id": "string",
"companyId": "string",
"title": "string",
"description": "string",
"groups": [
{
"title": "string",
"id": "string",
"position": 0,
"items": [
{
"id": "string",
"position": 0
}
]
}
],
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z"
}
]
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/AttributeSets/import/with-settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"settings": {
"operation": "NoImport"
},
"attributeSets": [
{
"id": "string",
"companyId": "string",
"title": "string",
"description": "string",
"groups": [
{
"title": "string",
"id": "string",
"position": 0,
"items": [
{
"id": "string",
"position": 0
}
]
}
],
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z"
}
]
}'
Responses
application/json Modified at 2025-07-08 13:29:04