Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS EventBridge Support missing #171

Open
Tanish2002 opened this issue Jan 14, 2022 · 1 comment
Open

AWS EventBridge Support missing #171

Tanish2002 opened this issue Jan 14, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Tanish2002
Copy link

Shopify has support for AWS EventBridge(here), which can be used to integrate webhook delivery.

When trying to use the current Create method like this:-

resp, err := c.Webhook.Create(goshopify.Webhook{
	Address: "arn:aws:events:ap-south-1::event-source/aws.partner/shopify.com/xxxxxx7/somecustomrule",
	Topic:   "orders/create",
	Format:  "json",
})

The response received is address: is invalid

The official node api has a DeliveryMethod field

@oliver006 oliver006 added the help wanted Extra attention is needed label Mar 25, 2023
@oliver006
Copy link
Collaborator

The official docs don't mention the DeliveryMethod field:
https://shopify.dev/docs/api/admin-rest/2023-01/resources/webhook

Did you try adding a field to the Webhook struct and see if it works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants