Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
29 lines
656 B
TypeScript
29 lines
656 B
TypeScript
/**
|
|
* @schema AdminProductVariantDeleteResponse
|
|
* type: object
|
|
* description: The details of the product variant's deletion.
|
|
* x-schemaName: AdminProductVariantDeleteResponse
|
|
* required:
|
|
* - id
|
|
* - object
|
|
* - deleted
|
|
* properties:
|
|
* id:
|
|
* type: string
|
|
* title: id
|
|
* description: The product variant's ID.
|
|
* object:
|
|
* type: string
|
|
* title: object
|
|
* description: The name of the deleted object.
|
|
* deleted:
|
|
* type: boolean
|
|
* title: deleted
|
|
* description: Whether the product variant was deleted.
|
|
* default: variant
|
|
* parent:
|
|
* $ref: "#/components/schemas/AdminProduct"
|
|
*
|
|
*/
|
|
|