Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminDeleteDiscountsDiscountConditionsConditionBatchReq.yaml
2023-11-10 14:27:17 +02:00

17 lines
343 B
YAML

type: object
description: The resources to remove.
required:
- resources
properties:
resources:
description: The resources to be removed from the discount condition
type: array
items:
type: object
required:
- id
properties:
id:
description: The id of the item
type: string