Last updated 3 months ago
Shipment identifier.
Metadata prototype identifier.
Metadata request value.
OK
const response = await fetch('https://api.shiptify.com/galaxy/shipments/{id}/metadata/{prototype_id}', { method: 'PATCH', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "value": "text" }), }); const data = await response.json();
{ "successful": false }