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
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Receiving a parse error when querying a record by amazon order id through the Finances.listFinancialEvents.
ParsingError: Problem with the value of property "ListFinancialEventsResponse": Problem with the value of property "ListFinancialEventsResult": Problem with the value of property "FinancialEvents": Problem with the value of property "ShipmentEventList": One of the following problems occured: (0) Problem with the value at index 0: Problem with the value of property "ShipmentItemList": One of the following problems occured: (0) Problem with the value at index 0: Problem with the value of property "ItemChargeList": One of the following problems occured: (0) Problem with the value at index 2: Problem with the value of property "ChargeType": One of the following problems occured: (0) Expected an enum member, but received a string with value "GiftWrap", (1) Expected an undefined, but received a string with value "GiftWrap", (1) Expected an undefined, but received an object with value {{ redacted }}
The text was updated successfully, but these errors were encountered:
@konradgorski thank you for the report. It seems to be that the docs are potentially wrong. I have fixed this by changing the case s/Giftwrap/GiftWrap/.
Receiving a parse error when querying a record by amazon order id through the
Finances.listFinancialEvents
.ParsingError: Problem with the value of property "ListFinancialEventsResponse": Problem with the value of property "ListFinancialEventsResult": Problem with the value of property "FinancialEvents": Problem with the value of property "ShipmentEventList": One of the following problems occured: (0) Problem with the value at index 0: Problem with the value of property "ShipmentItemList": One of the following problems occured: (0) Problem with the value at index 0: Problem with the value of property "ItemChargeList": One of the following problems occured: (0) Problem with the value at index 2: Problem with the value of property "ChargeType": One of the following problems occured: (0) Expected an enum member, but received a string with value "GiftWrap", (1) Expected an undefined, but received a string with value "GiftWrap", (1) Expected an undefined, but received an object with value {{ redacted }}
The text was updated successfully, but these errors were encountered: