ShopperProductsQueryParameters: {
    allImages?: boolean;
    currency?: string;
    expand?: string;
    ids?: string;
    inventoryIds?: string;
    levels?: number;
    locale?: string;
    perPricebook?: boolean;
    siteId?: string;
}

All query parameters that are used by at least one ShopperProducts method.

Type declaration

  • Optional allImages?: boolean
  • Optional currency?: string
  • Optional expand?: string
  • Optional ids?: string
  • Optional inventoryIds?: string
  • Optional levels?: number
  • Optional locale?: string
  • Optional perPricebook?: boolean
  • Optional siteId?: string