Skip to main content

TimeAndActionResponseItemShipmentPlan

commentstringnullable

Comment

Example: Early shipment comment
reasonCodesobject[]nullable

List of reason codes

reasonSetNamestringnullable

Set of reasons

Example: T&A Late Reason Code
unitstring

Unit of the Time and Action shipment plan

Possible values: [day, week, month]

Example: day
valueinteger

Value of the Time and Action shipment plan

Example: 2
TimeAndActionResponseItemShipmentPlan
{
"comment": "Early shipment comment",
"reasonCodes": [
{
"primaryReasonCode": "Third Party Inspection Delay",
"secondaryReasonCodes": "Factory lock down"
}
],
"reasonSetName": "T&A Late Reason Code",
"unit": "day",
"value": 2
}