A service for making magento apollo queries for products of type, DaffProduct.
| Name | Type | Description | 
|---|---|---|
| get | Observable<DaffProductDriverResponse> | 
		Get a product by Id. | 
| getByUrl | Observable<DaffProductDriverResponse> | 
		Get a product by URL. | 
| getAll | Observable<DaffProduct[]> | 
		Get all products. | 
| getBestSellers | Observable<DaffProduct[]> | 
		Get best selling products. |