Gift Event
Member-exclusive promotions are giveaway events the shopping mall offers to members, and only product gift events exist. This promotion is applied when the amount of the purchased product meets the gift event's minimum amount condition.
Key Features
Gift event inquiry
When entering the product detail page or order form, checks whether a selectable gift event exists, but only for members.
Application priority
Even if a gift event applies to only one product, when there are multiple eligible products, the gift event is mapped to the product with the highest amount.
Stackable application
If a single product has multiple applicable gift events, more than one can be selected simultaneously.
Gift event calculation and applicability determination
Calculates the gift event based on the information selected by the user, and determines applicability by comparing the calculation result with the information selected by the user.
Event inquiry API calls
On the product detail page and cart, the
/aeEvtListAPI is called to retrieve selectable events.On the order form, the
/chooseAeEvtListAPI is called to retrieve selectable events.
Process Definition

API Function List
Order form gift event inquiry
Retrieves the list of gift events selectable in the current order. If the same gift event can apply to multiple products, it is applied to only one product. The criteria for selecting the product are as follows: * Sale price: descending order * Product number: ascending order * Item number: ascending order
Order
POST
Gift event applicability check
Checks whether the gift event is actually usable. Checks whether the amount after applying benefits to the purchased product meets the amount condition of the selected gift event
Order
POST
Gift product information inquiry: /API/goods/v1/detail/goods
Product detail gift event inquiry
Retrieves the list of usable gift events when entering product details.
Order
POST
Other Notes
Gift event policy
Only product gift events exist as promotion gift events
Checks the amount hurdle based on the sale price per unit of the product
For product gift events, only products with combined-package shipping can be registered/used.
If the gift event's gift product is out of stock, it is not displayed.
Even if a single gift event can apply to multiple products, it is applied to the product with the highest sale price.