get https://{environment}.neomode.com.br/sales/commerce/carts//freights
In this method you can get a list of freight.
You need to pay attention in some points:
1 - It's required to have a cep in your cart or in your DeliveryAddress
Responses
In this method you can get a list of freight.
You need to pay attention in some points:
1 - It's required to have a cep in your cart or in your DeliveryAddress
xxxxxxxxxx
curl --request GET \
--url https://environment.neomode.com.br/sales/commerce/carts/cart_id/freights \
--header 'accept: application/json'