GET v1/ShopOwners/{shopOwnerId}/ProductPropertyDefinitions/{productPropertyDefId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopOwnerId | integer |
Required. |
|
| productPropertyDefId | integer |
Required. |
Body Parameters
None.
Response Information
Resource Description
ProductPropertyDefinition| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets or sets the identifier. |
integer |
Required |
| ShopGroupId |
Gets or sets the shop group identifier. |
integer |
None. |
| Code |
Gets or sets the code. |
string |
Required Max length: 50 |
| Caption |
Gets or sets the caption. |
string |
Required Max length: 100 |
| DataType |
Gets the type of the data. |
ProductPropertyDataType |
Max length: 15 |
| DefaultValue |
Gets or sets the default value. |
string |
Max length: 100 |
| IsRequired |
Gets or sets a value indicating whether this instance is required. |
boolean |
Required |
| IsHidden |
Gets or sets a value indicating whether this instance is hidden. |
boolean |
Required |
| IsSystemProperty |
Gets a value indicating whether this instance is system property. |
boolean |
None. |
| Translations |
Culture specific translations. |
Collection of ProductPropertyDefinitionTranslation |
None. |
| LookupValues |
Possible lookup values for this property. This collection is only filled when the DataType=DropDown (7). |
Collection of ProductPropertyDefLookupValue |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.