DEV

Type.

CollectSubmission

CollectSubmission type representing a CollectSubmission notice to collect Duty & Taxes.

Fields

amount

Decimal!

Required

The amount that the CollectSubmission was billed for.

createdAt

DateTime!

Required

The creation date of the CollectSubmission.

createdBy

ID!

Required

A unique identifier of who generated the CollectSubmission record.

currencyCode

CurrencyCode!

Required

The currency code that the CollectSubmission was billed in.

fileUrl

String

The url to the file used to create the CollectSubmission.

id

ID!

Required

The CollectSubmission's unique identifier.

invoice

CollectInvoice

The internal invoice number of the CollectSubmission.

Required

A list of CollectSubmissionLineItems that belong to this CollectSubmission

parties

[Party!]!

Required

The billing information of the CollectSubmission's payor.

referenceNumber

String

The carrier's invoice number that the CollectSubmission was generated from.
The CollectSubmission's current status.

Required

A record of a CollectSubmission's status transition history.

trackingNumber

String!

Required

The tracking number of the package associated with the CollectSubmission.

Was this page helpful?