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