Skip to the content.

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 ObjectRakutenApiClientBaseCommonRakutenApiJsonClientBaseNavigationAPI20

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

AttributeWithDictionaryResult

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

AttributeResult

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

GenreResult

GetVersion()

public Version GetVersion()

Returns

Version


< クラス一覧