Order API

Enum

StoreType2

Represents the type of store where an order was placed.

This enum allows you to differentiate between orders placed online versus in physical retail locations. Different store types can have different point accrual rules, multipliers, and other loyalty behavior.

Kind Enum type
Used in EstimateAccrual1, UpdateOrders4

Values

  • online

    Order was placed through an online store or e-commerce platform.

    This is the default value when no store type is specified. Typically includes orders placed through your website, mobile app, or other digital channels.

  • retail

    Order was placed at a physical retail location.

    Use this for in-store purchases, including point-of-sale transactions at brick-and-mortar locations.

Previous
SocialPlatform1