Rakuten RMS WEB API client for .NET
NavigationAPI20
Namespace: Rakuten.RMS.Api.NavigationAPI20
ジャンル・商品属性情報検索API(NavigationAPI 2.0)
public class NavigationAPI20 : Rakuten.RMS.Api.JSON.RakutenApiJsonClientBase
Inheritance Object → RakutenApiClientBaseCommon → RakutenApiJsonClientBase → NavigationAPI20
Methods
GetAttributesDictionaryValues(Int64, Int64, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>)
public AttributeWithDictionaryResult GetAttributesDictionaryValues(long genreId, long attributeId, Nullable<Boolean> showAncestors, Nullable<Boolean> showSiblings, Nullable<Boolean> showChildren, Nullable<Int32> page, Nullable<Int32> limit)
Parameters
genreId Int64
attributeId Int64
showAncestors Nullable<Boolean>
showSiblings Nullable<Boolean>
showChildren Nullable<Boolean>
page Nullable<Int32>
limit Nullable<Int32>
Returns
GetGenreAttributes(Int64, Nullable<Int64>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
public AttributeResult GetGenreAttributes(long genreId, Nullable<Int64> attributeId, Nullable<Boolean> showAncestors, Nullable<Boolean> showSiblings, Nullable<Boolean> showChildren)
Parameters
genreId Int64
attributeId Nullable<Int64>
showAncestors Nullable<Boolean>
showSiblings Nullable<Boolean>
showChildren Nullable<Boolean>
Returns
GetGenres(Int64, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
public GenreResult GetGenres(long genreId, Nullable<Boolean> showAncestors, Nullable<Boolean> showSiblings, Nullable<Boolean> showChildren)
Parameters
genreId Int64
showAncestors Nullable<Boolean>
showSiblings Nullable<Boolean>
showChildren Nullable<Boolean>
Returns
GetVersion()
public Version GetVersion()