Class InventoryResponseType
Describes the result of a call to Request(InventoryRequest) for one InventoryResponseItem.
Inheritance
Namespace: Mediachase.Commerce.InventoryService
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public sealed class InventoryResponseType : Enum
Fields
AmbiguousWarehouse
The warehouse for fulfillment could not be determined from the request.
Declaration
public const InventoryResponseType AmbiguousWarehouse
Field Value
Type | Description |
---|---|
InventoryResponseType |
CustomError
A custom provider has thrown an error. Additional information should be included in the context property.
Declaration
public const InventoryResponseType CustomError
Field Value
Type | Description |
---|---|
InventoryResponseType |
InvalidRequest
The request item was invalid.
Declaration
public const InventoryResponseType InvalidRequest
Field Value
Type | Description |
---|---|
InventoryResponseType |
ItemIsUntracked
The operation is not valid because the item's inventory is not tracked.
Declaration
public const InventoryResponseType ItemIsUntracked
Field Value
Type | Description |
---|---|
InventoryResponseType |
ItemNotFound
The requested item was not found.
Declaration
public const InventoryResponseType ItemNotFound
Field Value
Type | Description |
---|---|
InventoryResponseType |
NotAvailableOnDate
The item is not available on the request date.
Declaration
public const InventoryResponseType NotAvailableOnDate
Field Value
Type | Description |
---|---|
InventoryResponseType |
NotEnough
There was not enough available stock, preorder stock, or backorder stock for the request.
Declaration
public const InventoryResponseType NotEnough
Field Value
Type | Description |
---|---|
InventoryResponseType |
NotSupported
The request type is not supported by the current provider.
Declaration
public const InventoryResponseType NotSupported
Field Value
Type | Description |
---|---|
InventoryResponseType |
OtherItemFailed
This item did not cause failure, but another item in the request failed.
Declaration
public const InventoryResponseType OtherItemFailed
Field Value
Type | Description |
---|---|
InventoryResponseType |
Success
The operation was successful.
Declaration
public const InventoryResponseType Success
Field Value
Type | Description |
---|---|
InventoryResponseType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |