Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


ServiceProvider

Namespace: Rakuten.RMS.Api

APIへのアクセスを提供する。アクセスキーとして serviceSecret, licenseKey の2つが必要。 APIのグループごとにGet***メソッドでグループごとのAPIアクセスのためのクラスを取得する。

public class ServiceProvider

Inheritance ObjectServiceProvider

Properties

GetCategoryAPI

public CategoryAPI GetCategoryAPI { get; }

Property Value

CategoryAPI

Constructors

ServiceProvider(String, String)

serviceSecret と licenseKey. または serviceSecret = [serviceSecret]:[licenseKey], licenseKey = null の組み合わせも可能

public ServiceProvider(string serviceSecret, string licenseKey)

Parameters

serviceSecret String

licenseKey String

ServiceProvider(NameValueCollection)

public ServiceProvider(NameValueCollection registry)

Parameters

registry NameValueCollection

Methods

GetCabinetAPI()

R-CabinetAPI(CabinetAPI)

public CabinetAPI GetCabinetAPI()

Returns

CabinetAPI

GetCategoryAPI20()

カテゴリAPI 2.0(CategoryAPI 2.0)

public CategoryAPI20 GetCategoryAPI20()

Returns

CategoryAPI20

GetCouponAPI()

クーポンAPI(CouponAPI)

public CouponAPI GetCouponAPI()

Returns

CouponAPI

Exceptions

NotImplementedException

GetInquiryManagementAPI()

問い合わせ管理API(InquiryManagementAPI)

public InquiryManagementAPI GetInquiryManagementAPI()

Returns

InquiryManagementAPI

Exceptions

NotImplementedException

GetInventoryAPI20()

在庫API 2.0(InventoryAPI 2.0)

public RakutenInventoryServiceV2 GetInventoryAPI20()

Returns

RakutenInventoryServiceV2

GetInventoryAPI21()

在庫API 在庫API 2.1(InventoryAPI 2.1)

public RakutenInventoryServiceV21 GetInventoryAPI21()

Returns

RakutenInventoryServiceV21

GetItemAPI()

public ItemAPI GetItemAPI()

Returns

ItemAPI

GetItemAPI20()

商品API 2.0(ItemAPI 2.0)

public ItemAPI20 GetItemAPI20()

Returns

ItemAPI20

GetItemBundleAPI()

組み合わせ販売API(ItemBundleAPI))

public ItemBundleAPI GetItemBundleAPI()

Returns

ItemBundleAPI

GetLicenseManagementAPI()

ライセンス管理API(LicenseManagementAPI)

public LicenseManagementAPI GetLicenseManagementAPI()

Returns

LicenseManagementAPI

GetNavigationAPI20()

ナビゲーションAPI ジャンル・商品属性情報検索API(NavigationAPI 2.0)

public NavigationAPI20 GetNavigationAPI20()

Returns

NavigationAPI20

GetProductAPI()

製品API(ProductAPI)

public ProductAPI GetProductAPI()

Returns

ProductAPI

GetPurchaseItemAPI()

購入商品API(PurchaseItemAPI)

public PurchaseItemAPI GetPurchaseItemAPI()

Returns

PurchaseItemAPI

Exceptions

NotImplementedException

GetRakutenPayOrderAPI()

楽天ペイ受注API(RakutenPayOrderAPI)

public RakutenPayOrderService GetRakutenPayOrderAPI()

Returns

RakutenPayOrderService

GetReserveAPI()

購入申込API(ReserveAPI)

public ReserveAPI GetReserveAPI()

Returns

ReserveAPI

Exceptions

NotImplementedException

GetShopAPI()

店舗情報API(ShopAPI)

public ShopAPI GetShopAPI()

Returns

ShopAPI

GetShopPageAPI()

店舗ページAPI(ShopPageAPI)

public ShopPageAPI GetShopPageAPI()

Returns

ShopPageAPI

Exceptions

NotImplementedException


< クラス一覧