OptionalapiOptionalaxiosprovide a custom axios adapter to handle dispatching request/responses
OptionalbaseThe apiurl that will be used to talk to the ordercloud API. It may be useful to change this to interact with different environments This URL can be found on your dashboard or in the upper right hand context menu of your OrderCloud application in Sitecore Portal.
Defaults to: https://api.ordercloud.io
Optionalclientwhen set is used to call the refresh token endpoint to obtain a new access token when exired (provided a refresh token is set in the sdk) this functionality is only intended for users that interact with at most one client per sdk instance
OptionalcookieOptionaltimeoutspecifies the number of milliseconds before the request times out.
If the request takes longer than timeoutInMilliseconds, the request will be aborted.
Default timeout is 10,000 milliseconds or 10 seconds
At the time of writing there is only one version of the API
Defaults to: v1