Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shopifypartners/cdac247c05fd6e7a0f0e0f4f92ec6fae to your computer and use it in GitHub Desktop.
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