GET services/api/ecom/v1/Get_ProductPropertyForAttribute

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EcomProductProperty
NameDescriptionTypeAdditional information
Id

integer

None.

PropertyType

string

None.

Value

string

None.

GroupName

string

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "PropertyType": "sample string 2",
    "Value": "sample string 3",
    "GroupName": "sample string 4",
    "Name": "sample string 5"
  },
  {
    "Id": 1,
    "PropertyType": "sample string 2",
    "Value": "sample string 3",
    "GroupName": "sample string 4",
    "Name": "sample string 5"
  }
]