Skip to main content

SharedShipTo

Curated public shipping destination for a shared fulfillment, flattened to plain fields.

type SharedShipTo {
address1: String
address2: String
city: String
company: String
country: String
name: String
phone: String
postalCode: String
state: String
}

Fields

SharedShipTo.address1 ● String scalar common

Street address, first line.

SharedShipTo.address2 ● String scalar common

Street address, second line.

SharedShipTo.city ● String scalar common

City.

SharedShipTo.company ● String scalar common

Recipient company name.

SharedShipTo.country ● String scalar common

Country.

SharedShipTo.name ● String scalar common

Recipient name.

SharedShipTo.phone ● String scalar common

Recipient phone number.

SharedShipTo.postalCode ● String scalar common

Postal or ZIP code.

SharedShipTo.state ● String scalar common

State or province.

Member Of

SharedOrderFulfillment object