Sha256: 3894190501717e3870f4024022b8be8ca8977965eb0755361fb265fb0522fdb0
Contents?: true
Size: 870 Bytes
Versions: 196
Compression:
Stored size: 870 Bytes
Contents
# UltracartClient::FulfillmentShipment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **fulfillment_fee** | **Float** | Fees charged by the fulfillment company other than the shipping cost to process the order. | [optional] | | **order_id** | **String** | Order ID that was shipped | [optional] | | **package_cost** | **Float** | The cost of the packaging used to sent this shipment | [optional] | | **shipping_cost** | **Float** | The actual total cost of shipping this order | [optional] | | **tracking_numbers** | **Array<String>** | Tracking numbers associated with the shipment | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::FulfillmentShipment.new( fulfillment_fee: null, order_id: null, package_cost: null, shipping_cost: null, tracking_numbers: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems