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

10 lines
156 B
YAML

type: object
required:
- order_ids
properties:
order_ids:
description: The ids of the orders to claim
type: array
items:
type: string