ProductCategoryListResponse
ProductCategoryListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | Count Example : 5 | any of [integer, null] | |
| current_page optional | Example : | any of [integer, null] | |
| product_categories optional | Product Categories | array[ProductCategoryResponse] | |
| total_count optional | Example : 5 | any of [integer, null] | |
| total_pages optional | Example : | any of [integer, null] |