Files
medusa-store/docs/api/admin/components/schemas/AdminPostCustomerGroupsGroupCustomersBatchReq.yaml
2022-12-22 17:09:49 +02:00

15 lines
268 B
YAML

type: object
required:
- customer_ids
properties:
customer_ids:
description: The ids of the customers to add
type: array
items:
required:
- id
properties:
id:
description: ID of the customer
type: string