No content to show
User Activity
I made a test but it fails ahead because the access_token in the address param cause this error:{
"errors": {
"address": [
"is too long (maximum is 255 characters)"
]
}
}Is there a way to subscribe to an endpoint s...
So, is it possibile to subscribe to the same topic, same app, with address that differs only for one parameter? For examplesubscription1: POST https://shop1.myshopify.com/admin/api/2021-01/webhooks.json
{
"webhook": {
"topic": "customer/create...