1. Interfaces

StoreData

Version:
TypeInterface
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

NameTypeDescriptionValue
groupIdstringRequired.The group identifier of the store."defaultBuyer""supplier"
idstringRequired.The unique identifier of the store."psp_supplier_101"
If you have suggestions for improving this article, let us know!