Rakuten RMS WEB API client for .NET
BulkGetResult
Namespace: Rakuten.RMS.Api.InventoryAPI20
public class BulkGetResult : Rakuten.RMS.Api.JSON.ResultBase
Inheritance Object → ResultBase → BulkGetResult
Properties
errors
public List<ResultError> errors { get; set; }
Property Value
inventories
public List<InventoryStatusResult> inventories { get; set; }
Property Value
Constructors
BulkGetResult()
public BulkGetResult()