put https://v1/fulfillments//shipments
By default, this will create a new shipment. If shipmentId
is passed into the body, this will instead update shipment details.
Log in to see full request history
Responses
By default, this will create a new shipment. If shipmentId
is passed into the body, this will instead update shipment details.
xxxxxxxxxx
10curl --request PUT \
--url https://v1/fulfillments/id/shipments \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"status": "created",
"carrier": "ups"
}
'
Try It!
to start a request and see the response here! Or choose an example: