Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.96 KB

CreateDraftShipmentRequest.md

File metadata and controls

22 lines (18 loc) · 1.96 KB

ShipmondoApi.Dotnet.Model.CreateDraftShipmentRequest

Properties

Name Type Description Notes
SmsNotification bool True if SMS notification should be used when creating shipment. [optional] [default to false]
EmailNotification bool True if email notification should be used when creating shipment. [optional] [default to false]
OrderId string The external order id for draft shipment. It will appear as a reference on the shipment created from the draft if no reference is set. [optional]
Reference string The external reference for which the object has been created. It will appear as a reference on the shipment created from the draft. [optional]
Source string The source of the draft shipment. [optional]
CarrierCode string The code of the carrier that should be used when creating a shipment from the draft. [optional]
ProductCode string The code of the carrier product that should be used when creating a shipment from the draft. [optional]
ServiceCodes string The codes of the carrier product services that should be used when creating a shipment from the draft. [optional]
ShipmentTemplateId int ID of the shipment template that should be used when creating a shipment. It contains information such as carrier product, services, parcels, weight, and more. [optional]
ReturnShipmentTemplateId int ID of the provided return shipment template. Specifies the return product and services for the sales order. [optional]
Sender SenderRequest
Receiver ReceiverRequest
ServicePoint ServicePointSimple [optional]

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