Files
medusa-store/docs/api/store/components/schemas/StorePostCustomersCustomerAddressesReq.yaml
2023-04-04 21:02:44 +03:00

8 lines
149 B
YAML

type: object
required:
- address
properties:
address:
description: The Address to add to the Customer.
$ref: ./AddressCreatePayload.yaml