Skip to content

[pull] main from abuzuhri:main#240

Merged
pull[bot] merged 5 commits into
J-W-Chan:mainfrom
abuzuhri:main
Jun 11, 2026
Merged

[pull] main from abuzuhri:main#240
pull[bot] merged 5 commits into
J-W-Chan:mainfrom
abuzuhri:main

Conversation

@pull

@pull pull Bot commented Jun 11, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

ProNotion and others added 5 commits June 4, 2026 05:55
… date policy

Amazon returns a ShipmentSettleEventList in the v0 FinancialEvents response for
orders subject to the Delivery Date Policy (DD+7). Adding the property to the
FinancialEvents model ensures these settle events are deserialised rather than
silently discarded.
… enum query parameters

ParameterBased.getParameters() was calling .ToString() on enum values, producing
the C# identifier name (e.g. FINANCIALEVENTGROUPID) rather than the wire format
declared in [EnumMember(Value = "...")] (e.g. FINANCIAL_EVENT_GROUP_ID). This
caused every enum-typed query parameter to be silently rejected by Amazon APIs.

Fix: use StringEnumConverter (Newtonsoft.Json) for both the scalar enum and the
IEnumerable<TEnum> branches so [EnumMember] attribute values are honoured.

Also: type relatedIdentifierName on ParameterListFinancialTransactions20240619 as
RelatedIdentifierNameEnum? instead of string? now that the serialisation is correct.
…eEnum

ParameterListFinancialTransactions20240619.relatedIdentifierName is now typed as
RelatedIdentifierNameEnum? rather than string?, so the sample code must use the
enum member instead of a raw string literal.
…r-serialisation-clean

fix(parameter-based): respect [EnumMember] attribute when serialising enum query parameters
…-settle-event-list-clean

feat(financial-events): add ShipmentSettleEventList for DD+7 delivery date policy
@pull pull Bot locked and limited conversation to collaborators Jun 11, 2026
@pull pull Bot added the ⤵️ pull label Jun 11, 2026
@pull pull Bot merged commit ede72d6 into J-W-Chan:main Jun 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants