Skip to main content

Shopify Keys

Description

General

  • Documentation: https://shopify.dev/concepts/shopify-introduction
  • Summary: Shopify is an e-commerce company that offers online retailers a suite of services including payments, marketing, shipping and customer engagement tools to simplify the process of running an online store. A public (or custom) application allows to integrate third-party web services with a Shopify store.
  • IPs allowlist: This is not mentioned in the documentation.
  • Scopes: Various scopes can be attributed to an application. Read the Access scopes page of the documentation for more details.

Revoke the secret

Revocation and rotation of API keys is done with a specific workflow described in this documentation.

Check for suspicious activity

This feature is not mentioned in the documentation.

Details for Shopify private

  • Family: Api

  • Category: E-commerce

  • Company: Shopify

  • High recall: False

  • Validity check available: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 0.34

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: true
- type: ContentWhitelistPreValidator
patterns:
- shopify

Examples

- text: |
SHOPIFY CONTEXT
api_key: "a9df38e3152855a450bd01c21f7575dc"
api_secret: "0d3d50ba0e094bca06a7d1dd18e70afd"
client_id: a9df38e3152855a450bd01c21f7575dc
client_secret: 0d3d50ba0e094bca06a7d1dd18e70afd
- text: |
shopifyAppKey: "a9df38e3152855a450bd01c21f7575dc"
shopifyAppSecret: "0d3d50ba0e094bca06a7d1dd18e70afd"
client_id: a9df38e3152855a450bd01c21f7575dc
client_secret: 0d3d50ba0e094bca06a7d1dd18e70afd

Details for Shopify private v2

  • Family: Api

  • Category: E-commerce

  • Company: Shopify

  • High recall: False

  • Validity check available: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 1.24

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: true
- type: ContentWhitelistPreValidator
patterns:
- shopify
- type: ContentWhitelistPreValidator
patterns:
- shpss_

Examples

- text: |
shopify_app_key: "b0df78b1179265c560bd50e23b6440ad"
shopify_app_secret: "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"
client_id: b0df78b1179265c560bd50e23b6440ad
client_secret: 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

How can I help you ?