Create Shipping Company

POST https://api.salla.dev/admin/v2/shipping/companies/

This endpoint allows you to create a custom shipping company.

Request Body

{"name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;\u003cnumber\u003e&quot;,&quot;success&quot;:true,&quot;data&quot;:{&quot;id&quot;:&quot;\u003cnumber\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;app_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;activation_type&quot;:null,&quot;slug&quot;:&quot;\u003cstring\u003e&quot;}}