GraphQL API
Organization API
Organization / Types/ object

CustomerEdge

An edge that contains a node of type Customer and a cursor.

Fields

2 fields
idID!

Unique primary key.

referenceString

Reference of the customer

idID!

Unique primary key.

companyNameString

Company name

nameString

Name

addressString

Street / first address line

address2String

Second address line

houseNumberString

House number

postalCodeString

Postal code

cityString

City

stateCodeString

State code

countryCodeString!

Country code

emailString

Email address

phoneString

Phone number

phoneE164String

Phone number in E.164 format

eoriString

EORI

vatString

VAT number

ossString

One-Stop Shop (OSS) number

formattedLinesString!

Formatted address

idID!

Unique primary key.

companyNameString

Company name

nameString

Name

addressString

Street / first address line

address2String

Second address line

houseNumberString

House number

postalCodeString

Postal code

cityString

City

stateCodeString

State code

countryCodeString!

Country code

emailString

Email address

phoneString

Phone number

phoneE164String

Phone number in E.164 format

eoriString

EORI

vatString

VAT number

ossString

One-Stop Shop (OSS) number

formattedLinesString!

Formatted address

createdAtDateTimeTz!

When the customer was created.

updatedAtDateTimeTz!

When the customer was last updated.

ordersCountInt!

Customer orders count

returnRequestsCountInt!

Customer return requests count

shipmentsCountInt!

Customer shipments count

pageInfoPageInfo!

Pagination information about the list of edges.

A list of Order edges.

pageInfoPageInfo!

Pagination information about the list of edges.

A list of ReturnRequest edges.

pageInfoPageInfo!

Pagination information about the list of edges.

A list of Shipment edges.

cursorString!

A unique cursor that can be used for pagination.