London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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