StoreData

Version:

Type

Interface

Import path

@sitecore-cloudsdk/search/browser

Data about the online store where the site visitor made the search request. Typically used in Buy Online Pickup In Store retail strategies.

Signature

export interface StoreData {
  groupId: string;
  id: string;
}

Properties

Name

Type

Description

Value

groupId

string

Required.

The group identifier of the store.

  • "defaultBuyer"

  • "supplier"

id

string

Required.

The unique identifier of the store.

"psp_supplier_101"

If you have suggestions for improving this article, let us know!