You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shippo has changed their insurance provider API slightly. Note here https://docs.goshippo.com/shippoapi/public-api/#operation/CreateShipment!path=extra/insurance&t=request that the Provider field must be omitted entirely if you want to opt for their XCoverage. This is currently not possible because the ShipmentInsurance struct will include an empty provider field no matter what, which breaks in the API call (if there is a provider field at all, it must contain a valid provider)
Shippo has changed their insurance provider API slightly. Note here https://docs.goshippo.com/shippoapi/public-api/#operation/CreateShipment!path=extra/insurance&t=request that the Provider field must be omitted entirely if you want to opt for their XCoverage. This is currently not possible because the ShipmentInsurance struct will include an empty provider field no matter what, which breaks in the API call (if there is a provider field at all, it must contain a valid provider)
An easy fix would be:
The text was updated successfully, but these errors were encountered: