Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.84 KB

UpdateSalesOrderRequest.md

File metadata and controls

20 lines (16 loc) · 1.84 KB

ShipmondoApi.Dotnet.Model.UpdateSalesOrderRequest

Properties

Name Type Description Notes
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 sales order. [optional]
OrderStatus string The status of the order in Shipmondo. Possible values: open, cancelled, on-hold [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 [optional]
BillTo SalesOrderBillToRequest [optional]
Sender Sender [optional]
ServicePoint ServicePointSimple [optional]
OrderLines List<OrderLineUpdate> Order lines for the order. If an order line ID is provided, it will update the existing line, otherwise a new line will be created. To remove an existing line, set the quantity to 0 when updating. Below are only updatable properties, see POST /sales_orders for create new order_line properties. [optional]

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