Update Shipping Company
PUT https://api.salla.dev/admin/v2/shipping/companies/:company_id
This endpoint allows you to update a custom shipping company for your store.
💡 Note
You can't update a Shipping Company with
activation_type
set toapi
.
Request Body
{"name"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":true,"data":{"id":"\u003cnumber\u003e","name":"\u003cstring\u003e","app_id":"\u003cstring\u003e","activation_type":"manual","slug":"\u003cstring\u003e"}}