@NonNullApi
Interface | Description |
---|---|
CartCookieIssuer |
Responsible for issuing and resolving cart cookies.
|
RequestCartVersionResolver |
Used for determining what version of the cart the client is using based off of attributes from
the request.
|
RequestGuestTokenResolver |
Used for resolving the guest token string from a request.
|
Class | Description |
---|---|
DefaultCartCookieIssuer | |
HeaderRequestCartVersionResolver |
Resolves the cart version from a request header.
|
HeaderRequestGuestTokenResolver | |
StaleCartPricingResultHolder |
Holds the old cart price and whether or not the cart price was updated with new catalog prices on
this request.
|
Copyright © 2021. All rights reserved.