400 - Invalid Direction
Tip
The invalid_direction
error code will be returned if you provide an invalid value for the direction
property of a shipment
It is only currently possible for a shipment
to be either:
outbound
- theshipment
is being sent by you from a location under your control (e.g. from you warehouse to a consumer)inbound
- theshipment
is being sent to you from a location not necessarily under your control (e.g. from a consumer back to your warehouse)
If any other value for direction
is provided, you will receive an invalid_direction
error.