SaaS CMS has officially launched! Learn more now.

Enum InventoryResponseTypeInfo

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

Namespace: Mediachase.Commerce.InventoryService
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
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