Get all products (SKUInfo section only)
GET {{baseUrl}}/3dCartWebAPI/v1/Products/:catalogid/skuinfo?limit=<integer>&offset=<integer>&countonly=<integer>&sku=<string>&name=<string>
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| limit | string | Maximum number of items that can be returned | |
| offset | string | Starting point for the return data | |
| countonly | string | Count the number of rows only | |
| sku | string | SKU Code of the product | |
| name | string | Name of the Admin User |