Light Mode
Create Shipping Company
POST
/shipping/companies/Last modified: 16 days ago
This endpoint allows you to create a custom shipping company.
Request
Body Params application/json
name
string
required
Shipping Company Name
Example:
Shipping Company
Example
{
"name": "Shipping Company"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": {
"id": 346226214,
"name": "شركة",
"app_id": null,
"activation_type": null,
"slug": null
}
}
Last modified: 16 days ago