When I try yo subscribe to a notification after I succesfully created a destination id I get this error:
{'code': 'InvalidInput', 'message': 'Request has missing or invalid parameters and cannot be parsed.', 'details': 'No destination with destinationid for applicationId appID'}
I am using python, this is the code:
subscr = Notifications(marketplace=Marketplaces.IT).create_subscription(
notification_type=NotificationType.ANY_OFFER_CHANGED,
destination_id="destinatioid"
)
When I try yo subscribe to a notification after I succesfully created a destination id I get this error:
{'code': 'InvalidInput', 'message': 'Request has missing or invalid parameters and cannot be parsed.', 'details': 'No destination with destinationid for applicationId appID'}I am using python, this is the code: