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