Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


InventorySkuUpsert

Namespace: Rakuten.RMS.Api.InventoryAPI20

public class InventorySkuUpsert : InventorySku

Inheritance ObjectResultBaseInventorySkuInventorySkuUpsert

Properties

errors

public List<ResultError> errors { get; set; }

Property Value

List<ResultError>

manageNumber

public string manageNumber { get; set; }

Property Value

String

mode

public UpsertMode mode { get; set; }

Property Value

UpsertMode

operationLeadTime

public OperationLeadTime operationLeadTime { get; set; }

Property Value

OperationLeadTime

quantity

public int quantity { get; set; }

Property Value

Int32

shipFromIds

IDの値はShopAPIの shop.shipFrom.get の下記項目から取得可能。 Level 3: shipFrom - shipFromId

public IList<Int32> shipFromIds { get; set; }

Property Value

IList<Int32>

variantId

public string variantId { get; set; }

Property Value

String

Constructors

InventorySkuUpsert()

public InventorySkuUpsert()

InventorySkuUpsert(String, String, UpsertMode, Int32, OperationLeadTime, IList<Int32>)

public InventorySkuUpsert(string manageNumber, string variantId, UpsertMode mode, int quantity, OperationLeadTime operationLeadTime, IList<Int32> shipFromIds)

Parameters

manageNumber String

variantId String

mode UpsertMode

quantity Int32

operationLeadTime OperationLeadTime

shipFromIds IList<Int32>


< クラス一覧