Update Shipping Company

PUT {{baseUrl}}/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 to api.

##### OAuth Scopes


shippings.read_write

Request Body

{"name"=>"Shipping Company"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":{"id":976721503,"name":"شحن شركة","app_id":null,"activation_type":null,"slug":null}}