Last updated 5 months ago
/galaxy/shipments/{id}/metadata/{prototype_id}
Shipment identifier.
Metadata prototype identifier.
Account identifier
Metadata request value.
curl -L \ --request PATCH \ --url 'https://api.shiptify.com/galaxy/shipments/{id}/metadata/{prototype_id}' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "value": "text" }'
{ "successful": true }