Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@joeluong-sfcc joeluong-sfcc released this 10 May 20:04
01ae667

v3.0.0

API Changes

Shopper Customers

  • Removal of deprecated endpoints:
    • invalidateCustomerAuth
    • authorizeCustomer
    • authorizeTrustedSystem

Shopper Orders

Endpoint Name Description
guestOrderLookup Lookup a guest order

Customers

Endpoint Name Description
searchCustomerGroup Search for customer groups in a given Site Id

Coupons

Endpoint Name Description
redeemCoupon Redeems a coupon code for an existing coupon within the selected site. The coupon code must be redeemable.

Enchancements

  • Add helper function customApiHelper.callCustomEndpoint to call Custom APIs - #402

Other Changes

  • Removal of deprecated helper function getShopperToken