Dev Dashboard app
Reckoneer communicates with Shopify via the Admin API. To do this, it needs credentials — specifically an access token — that prove it has permission to read and write to the store.
This is done by installing a custom Shopify app on the store. You create the app in the Shopify Partner Dashboard (or directly in the store's admin under Apps > Develop apps), grant it the required API scopes, and install it. Shopify then issues an access token.
That token is entered into Reckoneer during the intake step. Without it, no API calls can be made — themes cannot be pushed, products cannot be read, nothing can happen.
A REST and GraphQL API provided by Shopify that allows authorized applications to read and modify store data — products, themes, pages, metafields, orders, and more.
A secret string issued by Shopify when a custom app is installed. Included in every API request as proof of authorization. Treat it like a password — never expose it publicly.
Specific permissions granted to a Shopify app defining what it can read or write. Reckoneer requires scopes for themes, products, pages, and metafields at minimum.