Update a policy shipment info

post
/policies/{id}/update-shipment

Update a policy’s shipment information by ID.

This api is used to update the shipment information. When the shipment information is provided, the policy will be activated and you can make a claim via policy.

id
string
required

policy id

order
object
required
trackings
array[Tracking]
required
>= 1 items
ship_date
string
required

ship date of package

>= 1 characters
Match pattern:
^[0-9]{4}-[0-9]{2}-[0-9]{2}$
additional_fields
string

additional fields for remark extra info

Auth
:
Parameters
:
Body
preparing...