ShipmentItem
Name | Type | Description | Notes |
---|---|---|---|
Id | string | The unique identifier of the entity. | |
PropertyBag | Dictionary<string, Object> | [optional] | |
ExecutionResult | string | The execution result of the shipment processing. | [optional] |
ExpectedDeliveryDate | DateTime | The expected delivery date. | [optional] |
FulfillmentLocationId | string | The fulfillment location id. | [optional] |
FulfillmentScheduledTimeBeginDate | DateTime | The begin date and time scheduled for the fulfillment. | [optional] |
FulfillmentScheduledTimeEndDate | DateTime | The end date and time scheduled for the fulfillment. | [optional] |
Messages | List<ExecutionMessage> | The execution messages when the shipment was processed. | [optional] |
PickUpLocationId | string | The pick-up location identifier required when the selected shipping method type is ship to store; any value will be ignored otherwise. | [optional] |
ShippingAddress | Address | [optional] | |
ValidationResults | List<ValidationResult> | The validation results when the shipment was processed. | [optional] |
SlAs | List<OrderFulfillmentSLA> | [optional] |