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

17 lines
329 B
YAML

type: object
required:
- address
properties:
address:
description: The Address to add to the Customer.
allOf:
- $ref: ./AddressFields.yaml
- type: object
required:
- first_name
- last_name
- address_1
- city
- country_code
- postal_code