Attribute

Last modified by Joel Schmalöer on 22.09.2021, 10:13

Endpoints

/attributes

Get attributes by filter parameters

Parameters:

  • Optional
    • changedOn
    • createdOn
    • languageId
    • sorting
    • page
    • pageSize

/attributes/{attributeId}

Get attributes by id

Parameters:

  • Mandatory
    • attributeId
  • Optional
    • languageId

Example Response

{
 "status": 200,
 "meta": {
   "contentType": "application/json"
  },
 "data": {
   "attributeId": "ShortDescription",
   "attribute.description": [
      {
       "languageId": "de",
       "value": "Short Description"
      },
      {
       "languageId": "en",
       "value": "Short Description"
      }
    ],
   "attribute.longDescription": [],
   "fallbackDescription": "Short Description",
   "isDefaultOverwritable": false,
   "isForPropagation": false,
   "isMultiLanguage": true,
   "isMultivalued": false,
   "isReadonly": false,
   "isRequired": false,
   "isSupplierResponse": false,
   "isVariable": false,
   "excludeFromProductSearch": false,
   "facetOrderNo": -1,
   "attributeSection": {},
   "attributeType": {
     "type": "string",
     "typeExtension": {}
    },
   "createdOn": "2021-09-22T00:02:41.000+02:00",
   "createdBy": "jcadmin",
   "changedOn": "2021-09-22T00:06:06.000+02:00",
   "changedBy": "jcadmin"
  }
}
Tags: