Commerce
payments, invoices & products api
The “List Shipping Carrier” API allows to retrieve a paginated list of shipping carrier.
cURL
curl --request GET \ --url https://services.leadconnectorhq.com/store/shipping-carrier/{shippingCarrierId}
{ "status": true, "data": { "altId": "6578278e879ad2646715ba9c", "altType": "location", "name": "FedEx", "callbackUrl": "https://example.com/get-shipping-rates", "_id": "655b33a82209e60b6adb87a5", "marketplaceAppId": "655b33a82209e60b6adb87a5", "createdAt": "2023-12-12T09:27:42.355Z", "updatedAt": "2023-12-12T09:27:42.355Z", "services": [ { "name": "Priority Mail Express International", "value": "PriorityMailExpressInternational" } ], "allowsMultipleServiceSelection": true }, "message": "Successfully created" }
ID of the shipping carrier that needs to be returned
"6578278e879ad2646715ba9c"
Location Id or Agency Id
location
Successful response
Status of api action
true
Show child attributes
Success message
"Successfully created"
Was this page helpful?