Create MD by SH ID

Create shipment metadata requests.

post
Authorizations
Path parameters
idintegerRequired

Shipment identifier.

Header parameters
X-Account-IDintegerOptional

Account identifier

Bodyone of[]
itemsone ofOptional
or
Responses
200
OK
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