Home > widget-integration > ShopifyPlatform

ShopifyPlatform class

Signature:

export declare class ShopifyPlatform implements Platform 

Implements: Platform

Constructors

Constructor

Modifiers

Description

(constructor)(shopifyRouter)

Constructs a new instance of the ShopifyPlatform class

Properties

Property

Modifiers

Type

Description

collection

readonly

{ id: number; }

currency

readonly

{ rate: string; active: string; }

customer

readonly

{ id: any; } | undefined

localization

readonly

{ locale: string; country: string; }

product

readonly

{ id: number; } | undefined

router

readonly

ShopifyRouter

TAE

readonly

IBoostTAE