ReDoc documentation

attributeMetadata/customerAddress/attribute/{attributeCode}

attributeMetadata/customerAddress/attribute/{attributeCode}

get/V1/attributeMetadata/customerAddress/attribute/{attributeCode}

Retrieve attribute metadata.

Request
path Parameters
attributeCode
required
string
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Response samples
{
  • "frontend_input": "string",
  • "input_filter": "string",
  • "store_label": "string",
  • "validation_rules": [
    ],
  • "multiline_count": 0,
  • "visible": true,
  • "required": true,
  • "data_model": "string",
  • "options": [
    ],
  • "frontend_class": "string",
  • "user_defined": true,
  • "sort_order": 0,
  • "frontend_label": "string",
  • "note": "string",
  • "system": true,
  • "backend_type": "string",
  • "is_used_in_grid": true,
  • "is_visible_in_grid": true,
  • "is_filterable_in_grid": true,
  • "is_searchable_in_grid": true,
  • "attribute_code": "string"
}