POST:addresses/short.json
Commerce APIPOST:addresses/short.json

POST:addresses/short.json

Description

Create one or multiple short addresses.

Topic: Addresses

Request Body

Array of AddressShortCreate

[
  {
    "city": "Louisville",
    "country": "US",
    "province": "KY",
    "zip": "40202"
  }
]

Response Body

Array of AddressShort

Response Body Type

Loading module