x-api-key: ********************
curl --location --request GET 'https://api.b2b.retter.io/5p1hp1d2t/CALL/PIMAPI/getProductSettings/' \
--header 'x-api-key;'
{
"productSettings": {
"attributes": [
{
"availableLocales": [
"string"
],
"isLocaleSpecific": true,
"localizable": true,
"scopable": true,
"code": "string",
"type": "string",
"group": "string",
"isUnique": true,
"label": [
{
"locale": "string",
"value": "string"
}
],
"maxCharacters": 0,
"validationRegexp": "string",
"validationRule": "string"
}
],
"attributeOptions": [
{
"code": "string",
"options": [
{
"code": "string",
"label": [
{
"locale": "string",
"value": "string"
}
]
}
]
}
],
"families": [
{
"code": "string",
"label": [
{
"locale": "string",
"value": "string"
}
],
"attributeAsLabel": "string",
"attributes": [
{
"attribute": "string",
"requiredChannels": [
{}
]
}
],
"variants": [
{
"code": "string",
"label": [
{}
],
"axes": [
"string"
],
"attributes": [
"string"
]
}
],
"attributeAsImage": "string"
}
],
"attributeGroups": [
{
"code": "string",
"label": [
{
"locale": "string",
"value": "string"
}
]
}
],
"groupTypes": [
{}
],
"groups": [
{}
]
}
}