shipping.read_write
- Shipping Read & WriteAuthorization: Bearer ********************
{
"name": "Shipping Company"
}
curl --location --request POST 'https://api.salla.dev/admin/v2/shipping/companies/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Shipping Company"
}'
{
"status": 200,
"success": true,
"data": {
"id": 346226214,
"name": "شركة",
"app_id": 765436,
"activation_type": "api",
"slug": ""
}
}