File tree 1 file changed +34
-24
lines changed 1 file changed +34
-24
lines changed Original file line number Diff line number Diff line change 33
33
"products/variations/price" : []
34
34
},
35
35
"admin_settings" : {
36
- "webhook_uri " : {
36
+ "webhooks " : {
37
37
"schema" : {
38
- "type" : " string" ,
39
- "maxLength" : 255 ,
40
- "format" : " uri" ,
41
- "title" : " Webhook URI" ,
42
- "description" : " URL de destino para os webhooks"
43
- },
44
- "hide" : true
45
- },
46
- "webhook_token" : {
47
- "schema" : {
48
- "type" : " string" ,
49
- "maxLength" : 50 ,
50
- "title" : " Token" ,
51
- "description" : " Bearer token opcional para o cabeçalho Authorization"
52
- },
53
- "hide" : true
54
- },
55
- "skip_pending" : {
56
- "schema" : {
57
- "type" : " boolean" ,
58
- "default" : false ,
59
- "title" : " Ignorar pedidos pendentes"
38
+ "title" : " Webhooks" ,
39
+ "type" : " array" ,
40
+ "maxItems" : 300 ,
41
+ "items" : {
42
+ "webhook_uri" : {
43
+ "schema" : {
44
+ "type" : " string" ,
45
+ "maxLength" : 255 ,
46
+ "format" : " uri" ,
47
+ "title" : " Webhook URI" ,
48
+ "description" : " URL de destino para os webhooks"
49
+ },
50
+ "hide" : true
51
+ },
52
+ "webhook_token" : {
53
+ "schema" : {
54
+ "type" : " string" ,
55
+ "maxLength" : 50 ,
56
+ "title" : " Token" ,
57
+ "description" : " Bearer token opcional para o cabeçalho Authorization"
58
+ },
59
+ "hide" : true
60
+ },
61
+ "skip_pending" : {
62
+ "schema" : {
63
+ "type" : " boolean" ,
64
+ "default" : false ,
65
+ "title" : " Ignorar pedidos pendentes"
66
+ },
67
+ "hide" : true
68
+ }
69
+ }
60
70
},
61
71
"hide" : true
62
72
}
63
73
},
64
74
"auth_callback_uri" : " https://us-central1-ecom-webhooks.cloudfunctions.net/app/ecom/auth-callback" ,
65
- "version" : " 1.0 .0"
75
+ "version" : " 1.1 .0"
66
76
}
You can’t perform that action at this time.
0 commit comments