# # ShippingOrderResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **int** | Shipping amount in cents |
**carrier** | **string** | Carrier name for the shipment | [optional]
**tracking_number** | **string** | Tracking number can be used to track the shipment | [optional]
**method** | **string** | Method of shipment | [optional]
**metadata** | **array<string,mixed>** | Hash where the user can send additional information for each &#39;shipping&#39;. | [optional]
**id** | **string** |  | [optional]
**object** | **string** |  | [optional]
**parent_id** | **string** |  | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
