Update MD by SR ID
Authorizations
Path parameters
idintegerRequired
Shipment request identifier.
prototype_idintegerRequired
Metadata prototype identifier.
Header parameters
X-Account-IDintegerOptional
Account identifier
Body
valuestringRequired
Metadata request value.
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found Error
application/json
500
Internal Error
application/json
patch
PATCH /galaxy/shipment-requests/{id}/metadata/{prototype_id} HTTP/1.1
Host: api.shiptify.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"value": "text"
}
{
"successful": true
}
Last updated