Hierarchy

  • Operation
    • SponsoredBrandsStoresInfoOperation

Constructors

Methods

Constructors

Methods

  • Request store information for a given brandEntityId.

    Returns

    Parameters

    • id: string

    Returns Promise<{ brandEntityId: string; code: string; entityId: string; storeName: string; storePageInfo: ({ storePageId: string; storePageUrl: string; storePageName: string; })[] }>

  • List store information for all registered stores under an advertiser.

    Returns

    Returns Promise<{ brandEntityId: string; code: string; entityId: string; storeName: string; storePageInfo: ({ storePageId: string; storePageUrl: string; storePageName: string; })[] }[]>