A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum InventoryResponseTypeInfo

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

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