Parcels
Create & Update Parcel
Create Parcel
Parcels can currently only be created through fulfillments
, manifests
or shipments
.
Update Parcel
POST
`/v1/parcels/:parcel`Updates an existing parcel and its contents using the id
of the parcel.
Request Body
The request body accepts properties for both the parcel and its contents. All fields are optional and only provided fields will be updated.
Parcel Properties
Example Request
The parcel and its contents can be updated as follows