GraphQL API
Organization API
Organization / Types/ object

ShipmentContentConnection

A paginated list of ShipmentContent edges.

Fields

2 fields
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.

idID!

Unique primary key.

quantityInt!

Quantity

descriptionString

Goods description for customs in English

priceMoney

Price per unit

weightWeight

Weight per unit

countryCodeOfOriginString

Country code of origin of the product

hsCodeString

HS code

cursorString!

A unique cursor that can be used for pagination.