You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the commerce-sdk-react does not expose any way to call v2 of SCAPI's shopper basket's API. In the underlying commerce-sdk-isomorphic package, you can use Shopper Basket V2 by passing in version as part of the clientConfig when you initialize the shopper basket client:
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: