GetProducts
Get all products enabled for the store.
Last updated
Was this helpful?
Get all products enabled for the store.
Last updated
Was this helpful?
InvokeServer
('GetProducts'
, limit, sortby)
Get all products enabled for the store. Returns an array of objects. The array will be empty if there are no products.
limit
?integer
a positive integer limiting the number of results returned
sortby
?string
a sort method
idLH
(default) sort by id low to high. this will sort by oldest products to newest products.
idHL
sort by id high to low. this will sort by newest products to oldest products.