Gets the customers associated to a cart.

GET {{baseUrl}}/api/ecom/shop/carts/:vendorOrderCode/customers

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"Billing":{"FirstName":"John","LastName":"Doe","Address1":"Webroot Way 21","Address2":null,"City":"Broomfield","PostalCode":"80021","State":null,"Country":"US","CustomerEmail":"jdoe@webroot.com","CompanyName":"ACME, Inc.","ExternalCustomerKey":"E000388850","VatId":"A123456","CustomerTypeId":1,"CustomerTypeDescription":"Billing"},"Reseller":{"FirstName":"John","LastName":"Doe","Address1":"Webroot Way 21","Address2":null,"City":"Broomfield","PostalCode":"80021","State":null,"Country":"US","CustomerEmail":"jdoe@webroot.com","CompanyName":"ACME, Inc.","ExternalCustomerKey":"E000987785","VatId":"A123456","CustomerTypeId":3,"CustomerTypeDescription":"Reseller"},"Shipping":{"FirstName":"John","LastName":"Doe","Address1":"Webroot Way 21","Address2":null,"City":"Broomfield","PostalCode":"80021","State":null,"Country":"US","CustomerEmail":"jdoe@webroot.com","CompanyName":"ACME, Inc.","ExternalCustomerKey":"E000230564","VatId":"A123456","CustomerTypeId":2,"CustomerTypeDescription":"Shipping"}}