This method creates an end-of-day manifest and should be implemented by carrier apps that support end-of-day manifesting.
An object containing information about the labels to manifest.
object (ShipFrom) The shipment sender's address. It may or may not have been validated. | |
Array of objects or null (ManifestRequestShipment) The shipments to include in the manifest. There should be at least one shipment included in a manifest. | |
Array of objects or null (ManifestRequestShipment) The shipments to exclude from the manifest. | |
open_datetime | string or null <date-time> The date and time of the earliest shipment being manifested. Formatted per the https://tools.ietf.org/html/rfc3339 spec |
close_datetime | string <date-time> The date and time of the last shipment being manifested. Formatted per the https://tools.ietf.org/html/rfc3339 spec |
object (AdvancedOptions) This is a schemaless object. It is for open ended customizations unique to particular carriers. The documented keys are some common options shared by many carriers, but are not definitive. Advanced options you support will be defined in ShipEngine. If the field is absent it should be interpreted as the default value for any applicable options, e.g. false for booleans. | |
transaction_id required | string <uuid> The transaction ID uniquely represents this request. If the request is retried then this transaction ID will be the same. You should only perform the requested action once per given transaction ID. |
object (Authorization) | |
object or null |
This object model represents the response from a successful create manifest request.
{- "ship_from": {
- "tax_identifiers": [
- {
- "id": "string",
- "type": "tin",
- "registration_country": "string",
- "description": "string"
}
], - "name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "company_name": "string",
- "address_residential_indicator": "unknown",
- "instructions": "string",
- "address_metadata": {
- "property1": "string",
- "property2": "string"
}, - "address_lines": [
- "string"
], - "city_locality": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string"
}, - "included_labels": [
- {
- "manifest_request_shipment_id": "6c749d11-747d-4bb2-8c9f-d19520535e38",
- "tracking_number": "string",
- "ship_to": {
- "tax_identifiers": [
- {
- "id": "string",
- "type": "tin",
- "registration_country": "string",
- "description": "string"
}
], - "name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "company_name": "string",
- "address_residential_indicator": "unknown",
- "instructions": "string",
- "address_metadata": {
- "property1": "string",
- "property2": "string"
}, - "address_lines": [
- "string"
], - "city_locality": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string"
}, - "alternative_identifiers": [
- {
- "type": "string",
- "value": "string"
}
], - "service_code": "string",
- "packages": [
- {
- "tracking_number": "string",
- "alternative_identifiers": [
- {
- "type": "string",
- "value": "string"
}
], - "dimension_details": {
- "dimensions_in_centimeters": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "dimensions_in_inches": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "source_dimensions": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "source_dimension_unit": "inches"
}, - "weight_details": {
- "weight_in_ounces": 0,
- "weight_in_grams": 0,
- "source_weight": 0,
- "source_weight_unit": "grams"
}, - "package_code": "string"
}
], - "advanced_options": {
- "contains_alcohol": true,
- "no_postage": true,
- "nonmachineable": true,
- "saturday_delivery": true,
- "tip": {
- "amount": "string",
- "currency": "string"
}, - "property1": null,
- "property2": null
}
}
], - "excluded_labels": [
- {
- "manifest_request_shipment_id": "6c749d11-747d-4bb2-8c9f-d19520535e38",
- "tracking_number": "string",
- "ship_to": {
- "tax_identifiers": [
- {
- "id": "string",
- "type": "tin",
- "registration_country": "string",
- "description": "string"
}
], - "name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "company_name": "string",
- "address_residential_indicator": "unknown",
- "instructions": "string",
- "address_metadata": {
- "property1": "string",
- "property2": "string"
}, - "address_lines": [
- "string"
], - "city_locality": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string"
}, - "alternative_identifiers": [
- {
- "type": "string",
- "value": "string"
}
], - "service_code": "string",
- "packages": [
- {
- "tracking_number": "string",
- "alternative_identifiers": [
- {
- "type": "string",
- "value": "string"
}
], - "dimension_details": {
- "dimensions_in_centimeters": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "dimensions_in_inches": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "source_dimensions": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "source_dimension_unit": "inches"
}, - "weight_details": {
- "weight_in_ounces": 0,
- "weight_in_grams": 0,
- "source_weight": 0,
- "source_weight_unit": "grams"
}, - "package_code": "string"
}
], - "advanced_options": {
- "contains_alcohol": true,
- "no_postage": true,
- "nonmachineable": true,
- "saturday_delivery": true,
- "tip": {
- "amount": "string",
- "currency": "string"
}, - "property1": null,
- "property2": null
}
}
], - "open_datetime": "2019-08-24T14:15:22Z",
- "close_datetime": "2019-08-24T14:15:22Z",
- "advanced_options": {
- "contains_alcohol": true,
- "no_postage": true,
- "nonmachineable": true,
- "saturday_delivery": true,
- "tip": {
- "amount": "string",
- "currency": "string"
}, - "property1": null,
- "property2": null
}, - "transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
- "authorization": {
- "access_token": "string",
- "connection_context": {
- "property1": "string",
- "property2": "string"
}
}, - "metadata": {
- "property1": null,
- "property2": null
}
}
{- "transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
- "manifests": [
- {
- "manifest_id": "string",
- "document_download": {
- "href": "string",
- "data": "string"
}, - "manifest_request_shipment_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "errors": [
- {
- "manifest_request_shipment_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "message": "string"
}
], - "manifest_status": "unknown",
- "manifest_request_id": 0,
- "total_shipments": 0,
- "total_invalid": 0,
- "manifest_identifiers": {
- "property1": null,
- "property2": null
}, - "metadata": {
- "property1": null,
- "property2": null
}
}