Create a claim shipment

post
/claims/{claim_id}/shipments

Creates one inbound or outbound shipment for a claim. Allowed source statuses: approved, in_process. AfterShip labels are generated asynchronously; use GET /claims/{claim_id}/shipments/{shipment_id} to poll the result.

claim_id
string
required

The unique identifier of the claim.

Examples:
102a899f79c82422c99b1fdc417e01010
(one of)
shipment_direction
string
required

The claim shipment direction. AfterShip-generated labels currently support inbound shipments only.

Allowed value:
inbound
notify_customer
boolean

Whether to notify the customer about the shipment.

label_source
string
required

Use aftership for AfterShip-generated labels.

Allowed value:
aftership
Auth
:
Parameters
:
Body
preparing...