# Atualizar configurações do frete

<mark style="color:green;">`POST`</mark> `https://api.payhow.com.br/api/v1/icustomers/gateway/config/shipping`

#### Headers

| Name                                            | Type   | Description      |
| ----------------------------------------------- | ------ | ---------------- |
| Accept<mark style="color:red;">\*</mark>        | String | application/json |
| Content-Type<mark style="color:red;">\*</mark>  | String | application/json |
| Authorization<mark style="color:red;">\*</mark> | String | \[Bearer token]  |

#### Request Body

| Name                                             | Type   | Description                    |
| ------------------------------------------------ | ------ | ------------------------------ |
| delivery\_time<mark style="color:red;">\*</mark> | Int    | \[tempo de entrega em inteiro] |
| time\_type<mark style="color:red;">\*</mark>     |        | "hours" ou "days"              |
| amount<mark style="color:red;">\*</mark>         | Int    | valor do frete em centavos     |
| shipping\_name<mark style="color:red;">\*</mark> | String | \[título do frete]             |
