Files
medusa-store/www/utils/generated/oas-output/schemas/AdminBatchProductVariantRequest.ts
github-actions[bot] 9e40f34ba8 chore(docs): Updated API Reference (automated) (#10047)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-11-12 10:32:44 +00:00

27 lines
720 B
TypeScript

/**
* @schema AdminBatchProductVariantRequest
* type: object
* description: The product variants to create, update, or delete.
* x-schemaName: AdminBatchProductVariantRequest
* properties:
* create:
* type: array
* description: The product variants to create.
* items:
* $ref: "#/components/schemas/AdminCreateProductVariant"
* update:
* type: array
* description: The product variants to update.
* items:
* $ref: "#/components/schemas/AdminBatchUpdateProductVariant"
* delete:
* type: array
* description: The product variants to delete.
* items:
* type: string
* title: delete
* description: A product variant's ID.
*
*/