POST
/
customers
curl --request POST \
  --url https://commerce.driv.ly/api/customers \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "addresses": [
    "<string>"
  ],
  "phoneNumbers": [
    "<string>"
  ]
}'
{
  "data": {
    "id": "<string>",
    "addresses": [
      "<string>"
    ],
    "phoneNumbers": [
      "<string>"
    ]
  },
  "success": true
}

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Body

application/json

Response

200
application/json

Customer Created

The response is of type object.