Item
Updates shipment item
patch/shipment/{shipmentID}/items
Path parameters
itemIDstring required
ID of item as UUID (Example: 4a5929c1-c6e6-4cbf-93db-01da91da9bfb)
Headers
Authorizationstring required
Bearer Token (Example: Bearer foo)
Request body
Response
OK
Example response
{
"data": {
"currency": "TL",
"currencyLocal": "TL",
"id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb",
"unitPriceLocal": 20,
"unitWeight": 1
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.