Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
CustomerAddStoreAction
Interface CustomerAddStoreAction
Associates the Customer with a Store.
interface
CustomerAddStoreAction
{
action
:
"addStore"
;
store
:
StoreResourceIdentifier
;
}
Index
Properties
action
store
Properties
Readonly
action
action
:
"addStore"
Readonly
store
store
:
StoreResourceIdentifier
ResourceIdentifier of the Store to add.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
action
store
Typescript SDK Type Docs
Loading...
Associates the Customer with a Store.