GET
/
v1
/
orders
/
{orderId}
/
shipping
curl --request GET \
  --url https://api.roastify.app/v1/orders/{orderId}/shipping \
  --header 'x-api-key: <api-key>'
{
  "status": "processed",
  "trackingNumber": "92346903470341000400704020",
  "trackingUrl": "https://tools.usps.com/go/TrackConfirmAction_input?origTrackNum=92346903470341000400704020",
  "estimatedDelivery": "2020-01-01T00:00:00Z",
  "shippingCarrier": "USPS",
  "shippingService": "First"
}

Authorizations

x-api-key
string
header
required

The API key to authenticate requests provided by Roastify. If you do not have an API key, please contact [email protected]

Path Parameters

orderId
string
required

The Id of the order

Minimum length: 1

Response

200
application/json
Get order shipping details by order Id

Order shipping details

status
string
required

Current shipping status

trackingNumber
string
required

Tracking number

trackingUrl
string
required

Tracking URL

estimatedDelivery
string
required

Estimated delivery date in ISO string format

shippingCarrier
string
required

Shipping carrier

shippingService
string
required

Shipping service