chore(oas): fixed oas for product category endpoints and model (#3014)

This commit is contained in:
Shahed Nasser
2023-01-12 21:35:13 +02:00
committed by GitHub
parent b2839e2e4d
commit 5d769ccad2
6 changed files with 10 additions and 60 deletions
@@ -96,6 +96,10 @@ export class ProductCategory extends SoftDeletableEntity {
* items:
* type: object
* description: A product category object.
* parent_category_id:
* description: The ID of the parent category.
* type: string
* default: null
* parent_category:
* description: A product category object. Available if the relation `parent_category` is expanded.
* type: object