Using the following methods you can do the following:

  • Get full list of products: Using this method you can get a full list of our products and product information - GET/api/products
  • Get specific product: You can get the details of a specific product by sending the product id - GET/api/product/:id

Data Returned

You can find more details about the data returned here:

  • Product List Returned: Details returned from the “Retrieve a list of products” method - more info
  • Product Data: Product data returned either in an array or on it’s own - more info
  • Product Attributes: Array of data related to the attributes of the product. Only available for variable products - more info
  • Product Variations: Array of data related to the vendor of the product. Only available for variable products - more info
  • Product Vendor: Array of data related to the vendor of the product - more info
  • Product Shipping: Array of data related to the shiping of the product - more info