Type name: ParcelDelivery
Extends Intangible
Name | Type | Description |
---|---|---|
carrier (Required) |
Organization | The party responsible for the parcel delivery. Also accepts a string (e.g. "FedEx"). |
carrier.name (Required) |
Text | Name of the Organization. |
carrier.url | URL | URL of the Organization. |
deliveryAddress (Required) |
PostalAddress | Destination address. |
deliveryAddress.addressCountry (Required) |
Text or Country | The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code. |
deliveryAddress.addressLocality (Required) |
Text | The locality. For example, Mountain View. |
deliveryAddress.addressRegion (Required) |
Text | The region. For example, CA. |
deliveryAddress.name | Text | Name of the PostalAddress. |
deliveryAddress.postalCode (Required) |
Text | The postal code. For example, 94043. |
deliveryAddress.streetAddress (Required) |
Text | The street address. For example, 1600 Amphitheatre Pkwy. |
expectedArrival (Required) |
DateTime | Expected delivery date. |
itemShipped (Required) |
Product or Reservation | Items being shipped. |
itemShipped.brand | Brand | The brand associated with the Product. |
itemShipped.brand.name | Text | Name of the Brand. |
itemShipped.description | Text | A short description of the Product. |
itemShipped.image | URL | URL of an image of the Product. |
itemShipped.name (Required) |
Text | Name of the Product. |
itemShipped.url | URL | URL of the Product. |
originAddress | PostalAddress | Shipper's address. |
originAddress.addressCountry | Text or Country | The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code. |
originAddress.addressLocality | Text | The locality. For example, Mountain View. |
originAddress.addressRegion | Text | The region. For example, CA. |
originAddress.name | Text | Name of the PostalAddress. |
originAddress.postalCode | Text | The postal code. For example, 94043. |
originAddress.streetAddress | Text | The street address. For example, 1600 Amphitheatre Pkwy. |
partOfOrder (Required) |
Order | The overall order the items in this delivery were included in. |
partOfOrder.orderNumber (Required) |
Text | The identifier of the transaction. |
partOfOrder.seller (Required) |
Person or Organization | Party selling the good or service (e.g. Acme Products may be a seller providing a good through Amazon.com). |
partOfOrder.seller.name (Required) |
Text | Name of the Person. |
potentialAction | TrackAction | Actions supported for ParcelDelivery. |
trackingNumber | Text | Shipper tracking number. |
trackingUrl | URL | Webpage where the package can be tracked. |