Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.58 KB

ShipmentItem.md

File metadata and controls

22 lines (18 loc) · 1.58 KB

Yaksa.OrckestraCommerce.Client.Model.ShipmentItem

ShipmentItem

Properties

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]

[Back to Model list] [Back to API list] [Back to README]