Files
medusa-store/www/utils/generated/oas-output/schemas/AdminBatchProductVariantRequest.ts
2024-07-01 15:35:45 +03:00

27 lines
640 B
TypeScript

/**
* @schema AdminBatchProductVariantRequest
* type: object
* description: SUMMARY
* x-schemaName: AdminBatchProductVariantRequest
* properties:
* create:
* type: array
* description: The product's create.
* items:
* $ref: "#/components/schemas/AdminCreateProductVariant"
* update:
* type: array
* description: The product's update.
* items:
* $ref: "#/components/schemas/AdminUpdateProductVariant"
* delete:
* type: array
* description: The product's delete.
* items:
* type: string
* title: delete
* description: The delete's details.
*
*/