Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

FISWeight Enum isn't being parsed correctly #430

@fny

Description

@fny

Here's the error:

Problem with the value of property "EstimatedShippingWeight": One of the following problems occured: (0) Problem with the value of property "Unit": Expected an enum member, but received a string with value "POUNDS"

Here is the culprit:

export enum FISWeightUnitEnum {
'kilograms',
'pounds',
}

Not sure how to get enums working properly, but making FISWeight a string cleared up the issue. I tried to uppercase pounds in the enum but nothing changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions