Update Shipping Company
PUT {{baseUrl}}/shipping/companies/:company_id
This endpoint allows you to update a custom shipping company associated with the store.
:::note
You cannot update a Shipping Company with activation_type
set to api
.
:::
shipping.read_write
- Shipping Read & Write
Request Body
{"name"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"id":"\u003cnumber\u003e","name":"\u003cstring\u003e","app_id":"\u003cstring\u003e","activation_type":"manual","slug":"\u003cstring\u003e"}}