SaaS CMS has officially launched! Learn more now.

Enum InventoryResponseType

Describes the result of a call to Request(InventoryRequest) for one InventoryResponseItem.

Namespace: Mediachase.Commerce.InventoryService
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public enum InventoryResponseType

Fields

Name Description
AmbiguousWarehouse

The warehouse for fulfillment could not be determined from the request.

CustomError

A custom provider has thrown an error. Additional information should be included in the context property.

InvalidRequest

The request item was invalid.

ItemIsUntracked

The operation is not valid because the item's inventory is not tracked.

ItemNotFound

The requested item was not found.

NotAvailableOnDate

The item is not available on the request date.

NotEnough

There was not enough available stock, preorder stock, or backorder stock for the request.

NotSupported

The request type is not supported by the current provider.

OtherItemFailed

This item did not cause failure, but another item in the request failed.

Success

The operation was successful.

Extension Methods