Files
medusa-store/docs/api/store/paths/customers_me_addresses.yaml
2022-08-05 14:06:12 +02:00

28 lines
731 B
YAML

post:
operationId: PostCustomersCustomerAddresses
summary: Add a Shipping Address
description: Adds a Shipping Address to a Customer's saved addresses.
x-authenticated: true
requestBody:
content:
application/json:
schema:
required:
- address
properties:
address:
description: The Address to add to the Customer.
anyOf:
- $ref: ../components/schemas/address.yaml
tags:
- Customer
responses:
'200':
description: A successful response
content:
application/json:
schema:
properties:
customer:
$ref: ../components/schemas/customer.yaml