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
To parse the JSON response body, there is an error exception related to the data model of Product, Variant, and AppliedReductionAmount. Additionally, the data model for AppliedReduction is not present.
Exp of Error:
java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at line 1 column 10402 path $.entities[0].categories[0]
The text was updated successfully, but these errors were encountered:
alirezakhtm
pushed a commit
to alirezakhtm/storefront-api-java-sdk
that referenced
this issue
Apr 25, 2024
To parse the JSON response body, there is an error exception related to the data model of
Product
,Variant
, andAppliedReductionAmount
. Additionally, the data model forAppliedReduction
is not present.Exp of Error:
java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at line 1 column 10402 path $.entities[0].categories[0]
The text was updated successfully, but these errors were encountered: