get https://{accountName}.{environment}.com.br/api/logistics/pvt/configuration/carriers//getdayofweekblocked
Lists all blocked delivery windows of your store's shipping policies, searching by carrier ID.
Note that, while most of our API endpoints return time fields in UTC, this endpoint returns Scheduled Delivery related time fields adjusted to the configured time zone of the account.
Request body example
curl --location --request GET 'https://{accountName}.{environment}.com.br/api/logistics/pvt/configuration/carriers/carrierId/getdayofweekblocked' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'Accept: application/json' \
--header 'X-VTEX-API-AppKey: {{X-VTEX-API-AppKey}}' \
--header 'X-VTEX-API-AppToken: {{X-VTEX-API-AppToken}}'