Closed achie27 closed 1 year ago
This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.
closed for inactivity
I'm submitting a...
SP-API Name and Version or Report/Feed Type
Notifications > createSubscription
Expected Behavior
payloadVersion
in the response should be a string and not a floatCurrent Behavior
This happens when subscribing sellers to
LISTINGS_ITEM_ISSUES_CHANGE
(which uses the EventBridge workflow). Here's one response I received on prod -And here's the headers to investigate -
Context/Screenshots
json: cannot unmarshal number into Go struct field Subscription.payload.payloadVersion of type string
ORDER_STATUS_CHANGE
(which uses the SQS workflow) for whichpayloadVersion
's type is correctYour Environment
Go, with API code generated using the OpenAPI models