Skip to main content

ShippingPartyInput

Information about a party involved in the shipment, such as sender or receiver

input ShippingPartyInput {
address: String
city: String
postalCode: String!
countryCode: String!
email: String
phone: String
}

Fields

address ● String

Physical address of the party

city ● String

City of the party

postalCode ● String!

Postal code of the party

countryCode ● String!

Country code of the party (ISO 3166-1 alpha-2)

email ● String

Email of the party

phone ● String

Phone number of the party

Example

{}