Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 834 Bytes

FulfillmentShipment.md

File metadata and controls

14 lines (10 loc) · 834 Bytes

com.ultracart.admin.v2.Model.FulfillmentShipment

Properties

Name Type Description Notes
FulfillmentFee decimal? Fees charged by the fulfillment company other than the shipping cost to process the order. [optional]
OrderId string Order ID that was shipped [optional]
PackageCost decimal? The cost of the packaging used to sent this shipment [optional]
ShippingCost decimal? The actual total cost of shipping this order [optional]
TrackingNumbers List<string> Tracking numbers associated with the shipment [optional]

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