OptionaldomainOptionalpathdefines which paths on the domain the cookie will be accessible on defaults to '/' which means it is available on all paths in the domain
Optionalprefixprefix for all cookies set by ordercloud
OptionalsamesiteDefines protocol for how cookies should be sent in first or third party contexts https://adzerk.com/blog/chrome-samesite/
OptionalsecureIf true, then the cookie will only be available through a secured connection (generally https)
The cookie will be available only for this domain and its sub-domains