GET v1/ShopOwners/{shopOwnerId}/ProductPropertyDefinitions

Get all Product Property definitions.

Request Information

Requires Authorization!

URI Parameters

NameDescriptionTypeAdditional information
shopOwnerId

The id of the ShopOwner.

integer

Required.

Body Parameters

None.

Response Information

Resource Description

A collection of product property definitions.


Collection of ProductPropertyDefinition
NameDescriptionTypeAdditional 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: 80

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:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.