Order API

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.

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
FulfillmentStatus