Search
Preparing search index...
The search index is not available
shopperman api docs
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
ShopifyAdapter
Class ShopifyAdapter
Shopify adapter
wrapper for the shopify buy sdk
launch shopify api requests
return results with instances of shopperman typescript classes
exposes a checkout machine which can be used by other components
Hierarchy
ShopifyAdapter
Index
Constructors
constructor
Properties
checkout
Machine
Methods
get
Products
InCollection
Constructors
constructor
new
Shopify
Adapter
(
options
:
ShopifyAdapterOptions
)
:
ShopifyAdapter
Parameters
options:
ShopifyAdapterOptions
Returns
ShopifyAdapter
Properties
checkout
Machine
checkout
Machine
:
ShopifyCheckoutMachine
Methods
get
Products
InCollection
get
Products
InCollection
(
collectionId
:
string
)
:
Promise
<
Product
[]
>
Get products in collection
return the products from a shopify collection
Parameters
collectionId:
string
Returns
Promise
<
Product
[]
>
Globals
Shopify
Adapter
constructor
checkout
Machine
get
Products
InCollection
Generated using
TypeDoc
Shopify adapter