Atualizar configurações do frete
Para realizar as configurações de frete é necessário o token gerado pelo login do lojista
POST
https://api.payhow.com.br/api/v1/icustomers/gateway/config/shipping
Headers
Name | Type | Description |
---|---|---|
Accept* | String | application/json |
Content-Type* | String | application/json |
Authorization* | String | [Bearer token] |
Request Body
Name | Type | Description |
---|---|---|
delivery_time* | Int | [tempo de entrega em inteiro] |
time_type* | "hours" ou "days" | |
amount* | Int | valor do frete em centavos |
shipping_name* | String | [título do frete] |
Last updated