Retail Express API 2.1

Attribute.PagingResponse

object
* Additional properties are NOT allowed.
dataarray[object]
* Additional properties are NOT allowed.
Show Child Parameters
page_numberinteger(int32)
page_sizeinteger(int32)
total_recordsinteger(int32)
Example

AttributeValue

object

Product attribute value model

* Additional properties are NOT allowed.
idinteger(int32)

Attribute Value Id

attribute_idinteger(int32)

Attribute Id

namestring

Attribute Value Name

list_orderinteger(int32)

Attribute Value List Order

modified_onstring(date-time)

Modified on

Example

AttributeValue.PagingResponse

object
* Additional properties are NOT allowed.
dataarray[object]

Product attribute value model

* Additional properties are NOT allowed.
Show Child Parameters
page_numberinteger(int32)
page_sizeinteger(int32)
total_recordsinteger(int32)
Example

AttributeValueLimited

object
* Additional properties are NOT allowed.
idinteger(int32)

Attribute Value Id

namestring

Attribute Value Name

list_orderinteger(int32)

Attribute Value List Order

Example

auth.AuthenticationResult

object

Authentication result.

* Additional properties are NOT allowed.
token_typestring

Access token type.

access_tokenstring

Access token.

expires_onstring(date-time)

The point in time in which access token ceases to be valid.

Example