With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Enum InventoryResponseTypeInfo

Additional response data about successful split and purcase-or-preorder operations.

Namespace: Mediachase.Commerce.InventoryService
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public enum InventoryResponseTypeInfo

Fields

Name Description
None

The response has no subtype.

Preorder

The PurchaseOrPreorder request resulted in a preorder.

Purchase

The PurchaseOrPreorder request resulted in a purchase.

SplitFirst

This item represents the requested quantity of a Split request.

SplitSecond

This item represents the remaining quantity of a Split request.

Extension Methods