Update orgs

Updates forwarder and/or shipper org assignments for a draft order. | (OrdersDraftUpdateReq) -> (OrdersDraftUpdateRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
order_idstringRequired
forwarder_org_idstringOptional

Must be a string starting with org_

shipper_org_idstringOptional

Must be a string starting with org_

off_chrt_shipper_org_idstringOptional

Response

Successful Response
order_idstring
order_short_idstring
forwarder_org_idstring or null

Must be a string starting with org_

shipper_org_idstring or null

Must be a string starting with org_

off_chrt_shipper_org_idstring or null

Errors