Rakuten RMS WEB API client for .NET
ServiceProvider
Namespace: Rakuten.RMS.Api
APIへのアクセスを提供する。アクセスキーとして serviceSecret, licenseKey の2つが必要。 APIのグループごとにGet***メソッドでグループごとのAPIアクセスのためのクラスを取得する。
public class ServiceProvider
Inheritance Object → ServiceProvider
Properties
GetCategoryAPI
public CategoryAPI GetCategoryAPI { get; }
Property Value
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
GetCategoryAPI20()
カテゴリAPI 2.0(CategoryAPI 2.0)
public CategoryAPI20 GetCategoryAPI20()
Returns
GetCouponAPI()
クーポンAPI(CouponAPI)
public CouponAPI GetCouponAPI()
Returns
Exceptions
GetInquiryManagementAPI()
問い合わせ管理API(InquiryManagementAPI)
public InquiryManagementAPI GetInquiryManagementAPI()
Returns
Exceptions
GetInventoryAPI20()
在庫API 2.0(InventoryAPI 2.0)
public RakutenInventoryServiceV2 GetInventoryAPI20()
Returns
GetInventoryAPI21()
在庫API 在庫API 2.1(InventoryAPI 2.1)
public RakutenInventoryServiceV21 GetInventoryAPI21()
Returns
GetItemAPI()
public ItemAPI GetItemAPI()
Returns
GetItemAPI20()
商品API 2.0(ItemAPI 2.0)
public ItemAPI20 GetItemAPI20()
Returns
GetItemBundleAPI()
組み合わせ販売API(ItemBundleAPI))
public ItemBundleAPI GetItemBundleAPI()
Returns
GetLicenseManagementAPI()
ライセンス管理API(LicenseManagementAPI)
public LicenseManagementAPI GetLicenseManagementAPI()
Returns
GetNavigationAPI20()
ナビゲーションAPI ジャンル・商品属性情報検索API(NavigationAPI 2.0)
public NavigationAPI20 GetNavigationAPI20()
Returns
GetProductAPI()
製品API(ProductAPI)
public ProductAPI GetProductAPI()
Returns
GetPurchaseItemAPI()
購入商品API(PurchaseItemAPI)
public PurchaseItemAPI GetPurchaseItemAPI()
Returns
Exceptions
GetRakutenPayOrderAPI()
楽天ペイ受注API(RakutenPayOrderAPI)
public RakutenPayOrderService GetRakutenPayOrderAPI()
Returns
GetReserveAPI()
購入申込API(ReserveAPI)
public ReserveAPI GetReserveAPI()
Returns
Exceptions
GetShopAPI()
店舗情報API(ShopAPI)
public ShopAPI GetShopAPI()
Returns
GetShopPageAPI()
店舗ページAPI(ShopPageAPI)
public ShopPageAPI GetShopPageAPI()