GraphQL API
Organization API
Organization / Types/ object

Customer

A customer of the company

Fields

12 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

hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

nodeOrder!

The Order node.

cursorString!

A unique cursor that can be used for pagination.

hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

The ReturnRequest node.

cursorString!

A unique cursor that can be used for pagination.

hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

nodeShipment!

The Shipment node.

cursorString!

A unique cursor that can be used for pagination.