Ships a package by setting the shipping date.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The tenant ID for the target ERP instance.
Path Parameters
The ID of the package to be shipped.
"b45f6432-2462-4c6f-b00f-1d9d01000000"
Body
Request model for ShipPackage command endpoint. Route parameters bind from the route, query parameters from the query string, everything else from the body.
The shipping date. When not set, the package is shipped as of now.
The tracking number. When not set, the package is shipped without tracking.
Specifies whether a package's shipping information should be overwritten if the package has already been shipped. Defaults to false, in which case shipping an already shipped package is rejected.