Get Shipping Carrier
GET/store/shipping-carrier/:shippingCarrierId
The "List Shipping Carrier" API allows to retrieve a paginated list of shipping carrier.
Request
shippingCarrierId stringrequired
ID of the shipping carrier that needs to be returned
altId stringrequired
Location Id or Agency Id
altType stringrequired
Available options
locationSuccessful response
- application/json
- Schema
- Example (auto)
Schema
statusbooleanrequired
Status of api action
messagestring
Success message
dataobjectrequired
Shipping carrier data
{
"status": true,
"message": "Successfully created",
"data": {
"altId": "6578278e879ad2646715ba9c",
"altType": "location",
"name": "FedEx",
"callbackUrl": "https://example.com/get-shipping-rates",
"services": [
{
"name": "Priority Mail Express International",
"value": "PriorityMailExpressInternational"
}
],
"allowsMultipleServiceSelection": true,
"_id": "655b33a82209e60b6adb87a5",
"marketplaceAppId": "655b33a82209e60b6adb87a5",
"createdAt": "2023-12-12T09:27:42.355Z",
"updatedAt": "2023-12-12T09:27:42.355Z"
}
}