Files
medusa-store/docs/api/admin/components/schemas/AdminPostCustomerGroupsGroupCustomersBatchReq.yaml
2023-02-09 09:50:55 +02:00

16 lines
287 B
YAML

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