Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
OrderStoreSetMessagePayload
Interface OrderStoreSetMessagePayload
Generated after a successful
Set Store
update action.
interface
OrderStoreSetMessagePayload
{
store
?:
StoreKeyReference
;
type
:
"OrderStoreSet"
;
}
Index
Properties
store?
type
Properties
Optional
Readonly
store
store
?:
StoreKeyReference
Store
that was set.
Readonly
type
type
:
"OrderStoreSet"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
store
type
Typescript SDK Type Docs
Loading...
Generated after a successful Set Store update action.