[FEATURE] Update commerce-sdk-react
to allow usage of V2 Shopper Baskets API
#2108
Labels
commerce-sdk-react
to allow usage of V2 Shopper Baskets API
#2108
Is your feature request related to a problem? Please describe.
Currently, the
commerce-sdk-react
does not expose any way to callv2
of SCAPI's shopper basket's API. In the underlyingcommerce-sdk-isomorphic
package, you can use Shopper Basket V2 by passing inversion
as part of theclientConfig
when you initialize the shopper basket client:But the
commerce-sdk-react
does not expose any way to update the version inclientConfig.parameters
.Describe the solution you'd like
Expose a way in
commerce-sdk-react
to pass in API version tocommerce-sdk-isomorphic
to allow customers to use V2 of the Shopper Baskets APIThe text was updated successfully, but these errors were encountered: