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/75320f90b90a82dda6bb3f98fbcc5116 to your computer and use it in GitHub Desktop.
Save shopifypartners/75320f90b90a82dda6bb3f98fbcc5116 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