Skip to content

When I try to sbuscribe to a notification I get error #98 #368

@eternalparquet

Description

@eternalparquet

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"
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions