Divendo API 2.0

We’ve rebuilt our API from the ground up to be easier than ever to integrate our platform with your favourite software

Order Customer

id Type:String Read only:False The unique id of the customer
email * Type:String Read only:False Email address of customer
billto * Type:Order Contact Read only:False Billing contact details
shipto * Type:Order Contact Read only:False Shipping contact details
numbers* Type:String[] Read only:False Array of Contact numbers

Example

{
  "id": "57c4c3fe46cb3519b405cef1",
  "email": "[email protected]",
  "billto": {
    "name": {
      "title": "Mr",
      "firstname": "Test",
      "surname": "Customer"
    },
    "company": "Divendo Limited",
    "address": {
      "addressline1": "20-22 Wenlock Road",
      "addressline2": "",
      "addressline3": "",
      "towncity": "London",
      "stateprovince": "London",
      "postalcode": "N1 7GU",
      "country": "GB"
    }
  },
  "shipto": {
    "name": {
      "title": "Mr",
      "firstname": "Test",
      "surname": "Customer"
    },
    "company": "Divendo Limited",
    "address": {
      "addressline1": "20-22 Wenlock Road",
      "addressline2": "",
      "addressline3": "",
      "towncity": "London",
      "stateprovince": "London",
      "postalcode": "N1 7GU",
      "country": "GB"
    }
  },
  "numbers": [
    "02030869860"
  ]
}