Products

Get all products

GET https://yourwebsite.com/api/store/products

{
    []
}

Get a product

GET https://yourwebsite.com/api/store/products/<id>

{
    []
}

Last updated