get
https://test.bill.pro/api/v1/products
Get a page of products
You can get a page of products as a list of products with the default number of 25 products per page.
You can also use the merchant_product_id to filter the list of products. This identifier is the product_id in the product object. It should be unique but this is not enforced. If the merchant_product_id is not found, the filtered list will be empty.
To get a single product, use the unique system product identifier, which is the id in the product object, as described in the Get product method.