Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


InventoryStatusResult

Namespace: Rakuten.RMS.Api.InventoryAPI20

public class InventoryStatusResult : InventorySku

Inheritance ObjectResultBaseInventorySkuInventoryStatusResult

Properties

created

public DateTime created { get; set; }

Property Value

DateTime

errors

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

Property Value

List<ResultError>

manageNumber

public string manageNumber { get; set; }

Property Value

String

quantity

public long quantity { get; set; }

Property Value

Int64

updated

public DateTime updated { get; set; }

Property Value

DateTime

variantId

public string variantId { get; set; }

Property Value

String

Constructors

InventoryStatusResult()

public InventoryStatusResult()

< クラス一覧