Skip to content

Instantly share code, notes, and snippets.

  • Select an option

  • Save shopifypartners/cdac247c05fd6e7a0f0e0f4f92ec6fae to your computer and use it in GitHub Desktop.

Select an option

Save shopifypartners/cdac247c05fd6e7a0f0e0f4f92ec6fae to your computer and use it in GitHub Desktop.
set.up.api.gateway
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "ShopifyWebhookInput",
"type": "object",
"properties": {
"header": { "type": "string" },
"body": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment