Light Mode
Shipping Company Details
GET
/shipping/companies/{company_id}Last modified: 16 days ago
This endpoint allows you to fetch details of a speicifc shipping company associated with the store by passing the company_id
as a path parameter.
Request
Path Params
company_id
integer
required
Shipping Company ID
Request samples
Responses
Success(200)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": {
"id": 976721503,
"name": "Shipping Company",
"app_id": "505994491",
"activation_type": "api",
"slug": "shipping-company"
}
}
Last modified: 16 days ago