Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.27 KB

CreateSalesOrderRequest.md

File metadata and controls

27 lines (23 loc) · 2.27 KB

ShipmondoApi.Dotnet.Model.CreateSalesOrderRequest

Properties

Name Type Description Notes
OrderId string Order ID for the sales order.
OrderedAt DateTime ISO 8601 datetime the sales order was placed. [optional]
SourceName string Name of the source for the sales order. [optional]
OrderNote string A note for the sales order. [optional]
Archived bool Defines whether or not the sales order is archived. [optional] [default to false]
ShipmentTemplateId int ID of the provided shipment template. Specifies the product and services for the order [optional]
ReturnShipmentTemplateId int ID of the provided return shipment template. Specifies the return product and services for the sales order. [optional]
SalesOrderPackagingId int ID of the provided sales order packaging. The packaging specifies the dimensions for the order. [optional]
BookkeepingIntegrationId int ID of the provided bookkeeping integration. Allows the user to create invoices from the order. [optional]
PackingSlipFormat string If packing_slip_format is specified, the packing slips will be included in the response. [optional]
EnableCustoms bool Defines if order should use customs information from the associated item when creating shipments. [optional] [default to false]
UseItemWeight bool Defines if item weight should be used when creating shipments. [optional] [default to true]
ShipTo SalesOrderShipToRequest
BillTo SalesOrderBillToRequest
Sender SenderRequest [optional]
PaymentDetails PaymentDetailsRequest
ServicePoint ServicePointSimple [optional]
OrderLines List<OrderLineRequest> The order lines describe all the lines for the sales order, including items, shipping, and more.

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