shipstation-client
Version:
ShipStation V2 SDK
14 lines (7 loc) • 469 B
Markdown
# ErrorSource
The source of the error, as indicated by the name this informs us if the API call failed because of the carrier, the order source, or the ShipStation API itself.
## Enum
* `Carrier` (value: `'carrier'`)
* `OrderSource` (value: `'order_source'`)
* `ShipStation` (value: `'ShipStation'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)