Testing
Test Shipping
This endpoint simulates tracking an order's shipment and is for testing purposes only.
post/v1/shipments/mock_bolt_shipping
Request body
Example request
{
"tracking_detail": [
{
"city": "New York",
"country": "USA",
"datetime": "2017-07-21T17:32:28Z",
"message": "BILLING INFORMATION RECEIVED",
"state": "New York",
"status": "in_transit",
"zip": "10044"
}
],
"tracking_number": "MockBolt1234"
}Response
Success - No Details
Changes
No recorded changes to this endpoint across all 2 revisions of this API.