Create MD by SH ID
Authorizations
Path parameters
idintegerRequired
Shipment identifier.
Header parameters
X-Account-IDintegerOptional
Account identifier
Bodyone of[]
itemsone ofOptional
or
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Error
application/json
post
POST /galaxy/shipments/{id}/metadata HTTP/1.1
Host: api.shiptify.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 20
[
{
"prototype_id": 1
}
]
{
"successful": true
}
Last updated