I have the same issue with 3.84.1 cli. When I add “orders/paid” or “orders/update” webhook it fails (without thie webhooks deploy command works)
Logs of shopify app deploy —verbose
2025-09-22T13:34:06.221Z: Running command app deploy
2025-09-22T13:34:06.223Z: Running system process in background:
· Command: /Users/vpp/.nvm/versions/node/v20.11.1/bin/node /Users/vpp/.nvm/versions/node/v20.11.1/bin/shopify notifications list --ignore-errors
· Working directory: /Users/vpp/projects/l/******-dev-backend
2025-09-22T13:34:06.228Z: Notifications to show: 0
2025-09-22T13:34:06.242Z: Reading cached app information for directory /Users/vpp/projects/l/******-dev-backend...
2025-09-22T13:34:06.242Z: Reading the content of file at shopify.app.development.toml...
2025-09-22T13:34:06.247Z: Reading the content of file at shopify.app.development.toml...
2025-09-22T13:34:06.250Z: Reading cached app information for directory /Users/vpp/projects/l/******-dev-backend...
2025-09-22T13:34:06.250Z: Reading the content of file at shopify.app.development.toml...
2025-09-22T13:34:06.251Z: Reading the content of file at shopify.app.development.toml...
2025-09-22T13:34:06.252Z: Ensuring that the user is authenticated with the App Management API with the following scopes:
[]
2025-09-22T13:34:06.252Z: Getting session store...
2025-09-22T13:34:06.253Z: Validating existing session against the scopes:
[
"openid",
"https://api.shopify.com/auth/shop.admin.graphql",
"https://api.shopify.com/auth/shop.admin.themes",
"https://api.shopify.com/auth/partners.collaborator-relationships.readonly",
"https://api.shopify.com/auth/shop.storefront-renderer.devtools",
"https://api.shopify.com/auth/partners.app.cli.access",
"https://api.shopify.com/auth/destinations.readonly",
"https://api.shopify.com/auth/organization.store-management",
"https://api.shopify.com/auth/organization.on-demand-user-access",
"https://api.shopify.com/auth/organization.apps.manage"
]
For applications:
{
"appManagementApi": {
"scopes": []
},
"businessPlatformApi": {
"scopes": []
}
}
2025-09-22T13:34:06.253Z: - Token validation -> It's expired: false
2025-09-22T13:34:06.255Z: Sending "BusinessPlatform" GraphQL request:
query UserInfo {
currentUserAccount {
uuid
email
organizations(first: 2) {
nodes {
name
__typename
}
__typename
}
__typename
}
}
With request headers:
- User-Agent: Shopify CLI; v=3.84.1
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
to https://destinations.shopifysvc.com/destinations/api/2020-07/graphql
2025-09-22T13:34:06.260Z: Sending "App Management" GraphQL request:
query ActiveAppReleaseFromApiKey($apiKey: String!) {
app: appByKey(key: $apiKey) {
...AppVersionInfo
__typename
}
}
fragment ReleasedAppModule on AppModule {
uuid
userIdentifier
handle
config
target
specification {
identifier
externalIdentifier
name
managementExperience
}
}
fragment AppVersionInfo on App {
id
key
organizationId
activeRoot {
clientCredentials {
secrets {
key
}
}
}
activeRelease {
id
version {
name
appModules {
...ReleasedAppModule
}
}
}
}
With variables:
{
"apiKey": "*****"
}
With request headers:
- User-Agent: Shopify CLI; v=3.84.1
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T13:34:06.776Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 515 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=226, verdict_flag_enabled;desc="count=3";dur=0.282, _y;desc="2f8343ea-0d8a-480c-b171-72676f46ca43", _s;desc="99179f33-0384-48c9-97ca-552f8c519e9f", cfRequestDuration;dur=378.000021
- x-request-id: 7365d535-4061-4254-a4c4-03b29641c52e-1758548046
2025-09-22T13:34:06.779Z: Sending "BusinessPlatform" GraphQL request:
query FindOrganizations($organizationId: OrganizationID!) {
currentUserAccount {
organization(id: $organizationId) {
id
name
__typename
}
__typename
}
}
With variables:
{
"organizationId": "Z2lkOi8vb3JnYW5pemF0aW9uL09yZ2FuaXphdGlvbi8xNDgwODAxNDg="
}
With request headers:
- User-Agent: Shopify CLI; v=3.84.1
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
to https://destinations.shopifysvc.com/destinations/api/2020-07/graphql
2025-09-22T13:34:06.784Z: Sending "App Management" GraphQL request:
query fetchSpecifications($organizationId: ID!) {
specifications(organizationId: $organizationId) {
name
identifier
externalIdentifier
features
uidStrategy {
appModuleLimit
isClientProvided
__typename
}
validationSchema {
jsonSchema
__typename
}
__typename
}
}
With variables:
{
"organizationId": "**********************"
}
With request headers:
- User-Agent: Shopify CLI; v=3.84.1
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T13:34:07.489Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 705 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=443, verdict_flag_enabled;desc="count=4";dur=26.036, _y;desc="14c68031-989c-4027-b614-a2da0ee81e10", _s;desc="6e0a5643-e917-4d61-9abc-27a74ed6857b", cfRequestDuration;dur=605.999947
- x-request-id: cf181887-18c2-4daa-9a16-a9e3aca34f29-1758548046
2025-09-22T13:34:07.497Z: The following extension specifications were defined locally but not found in the remote specifications: product_subscription, tax_calculation
2025-09-22T13:34:07.497Z: The following extension specifications were found in the remote specifications but not defined locally: admin_app, app_link, app_nav_item, bulk_action, checkout_script_tag, flow_action_definition, flow_trigger_definition, flow_trigger_discovery_webhook, manage_marketplaces, marketing_action, marketing_activity_extension, merchandising_create_publication, merchandising_fulfillment_variant_details, ping_message_callback, pos_link, product_configuration_link, resource_publication_settings, retail_cart_promotion, retail_product_recommendation, subscription_link
2025-09-22T13:34:07.501Z: Reading the content of file at shopify.app.locale.toml...
2025-09-22T13:34:07.501Z: Reading the content of file at shopify.app.staging.toml...
2025-09-22T13:34:07.502Z: Reading the content of file at shopify.app.toml...
2025-09-22T13:34:07.503Z: Reading the content of file at .gitignore...
2025-09-22T13:34:07.505Z: Reading the .env file at .env.development
2025-09-22T13:34:07.505Z: Reading the content of file at .env.development...
2025-09-22T13:34:07.713Z: Reading the content of file at package.json...
2025-09-22T13:34:07.714Z: Reading the content of file at package.json...
2025-09-22T13:34:07.717Z: Running system process:
· Command: npm prefix
· Working directory: /Users/vpp/projects/l/******-dev-backend
2025-09-22T13:34:07.858Z: Obtaining the dependency manager in directory /Users/vpp/projects/l/******-dev-backend...
2025-09-22T13:34:07.858Z: Reading the content of file at package.json...
2025-09-22T13:34:07.859Z: Reading the content of file at .shopify/project.json...
2025-09-22T13:34:07.893Z: Notifications to show: 0
2025-09-22T13:34:07.893Z: Unable to decide project type as no web backend
2025-09-22T13:34:07.894Z: Reading cached app information for directory /Users/vpp/projects/l/******-dev-backend...
2025-09-22T13:34:07.894Z: Storing app information for directory /Users/vpp/projects/l/******-dev-backend:{
"appId": "*******************************",
"title": "******-Dev",
"directory": "/Users/vpp/projects/l/******-dev-backend",
"orgId": "148080148"
}
2025-09-22T13:34:07.905Z: Sending "App Management" GraphQL request:
query ActiveAppReleaseFromApiKey($apiKey: String!) {
app: appByKey(key: $apiKey) {
...AppVersionInfo
__typename
}
}
fragment ReleasedAppModule on AppModule {
uuid
userIdentifier
handle
config
target
specification {
identifier
externalIdentifier
name
managementExperience
}
}
fragment AppVersionInfo on App {
id
key
organizationId
activeRoot {
clientCredentials {
secrets {
key
}
}
}
activeRelease {
id
version {
name
appModules {
...ReleasedAppModule
}
}
}
}
With variables:
{
"apiKey": "*****"
}
With request headers:
- User-Agent: Shopify CLI; v=3.84.1
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T13:34:08.338Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 433 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=150, verdict_flag_enabled;desc="count=3";dur=0.252, _y;desc="d6aa24db-2199-4bfb-8dec-78c9cd22f896", _s;desc="da00356f-8a5d-43c1-a71e-8bd6119e2d57", cfRequestDuration;dur=329.999924
- x-request-id: c099c821-13f3-41d4-bbea-297f93ac32dc-1758548048
2025-09-22T13:34:08.347Z: Sending "App Management" GraphQL request:
query ActiveAppReleaseFromApiKey($apiKey: String!) {
app: appByKey(key: $apiKey) {
...AppVersionInfo
__typename
}
}
fragment ReleasedAppModule on AppModule {
uuid
userIdentifier
handle
config
target
specification {
identifier
externalIdentifier
name
managementExperience
}
}
fragment AppVersionInfo on App {
id
key
organizationId
activeRoot {
clientCredentials {
secrets {
key
}
}
}
activeRelease {
id
version {
name
appModules {
...ReleasedAppModule
}
}
}
}
With variables:
{
"apiKey": "*****"
}
With request headers:
- User-Agent: Shopify CLI; v=3.84.1
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T13:34:08.769Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 422 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=197, verdict_flag_enabled;desc="count=3";dur=0.567, _y;desc="36d640ff-a04b-4bf3-98d8-a115c08153e2", _s;desc="69aa628f-0e31-4c77-8d31-66130693a9a1", cfRequestDuration;dur=357.999802
- x-request-id: 93fee96c-2afb-4362-ad2a-63deac628258-1758548048
╭─ info ───────────────────────────────────────────────────────────────────────╮
│ │
│ Using .env.development for default values: │
│ │
│ • Org: ****** │
│ • App: ******-Dev │
│ │
│ You can pass `--reset` to your command to reset your app configuration. │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
? Release a new version of ******-Dev?
┃ Configuration:
┃ • webhooks (updated)
┃ • name
┃ • access
┃ • access_scopes
┃ • auth
┃ • pos
┃ • application_url
┃ • embedded
┃ • handle
┃
┃ Extensions:
┃ None
> (y) Yes, release this new version
(n) No, cancel
Press ↑↓ arrows to select, enter or a shortcut to confirm.
✔ Yes, release this new version
Releasing a new app version as part of ******-Dev
2025-09-22T13:37:10.584Z: Removing directory at .shopify/deploy-bundle...
2025-09-22T13:37:10.591Z: Creating directory at .shopify/deploy-bundle...
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Running validation ...
2025-09-22T13:37:10.613Z: Sending "App Management" GraphQL request:
mutation CreateAppVersion($appId: ID!, $version: AppVersionInput!, $metadata: VersionMetadataInput) {
appVersionCreate(appId: $appId, version: $version, metadata: $metadata) {
version {
id
appModules {
...ReleasedAppModule
__typename
}
metadata {
versionTag
message
__typename
}
__typename
}
userErrors {
field
message
category
code
on
__typename
}
__typename
}
}
fragment ReleasedAppModule on AppModule {
uuid
userIdentifier
handle
config
target
specification {
identifier
externalIdentifier
name
managementExperience
}
}
With variables:
{
"appId": "gid://shopify/App/251281375233",
"version": {
"source": {
"name": "mapsapp-backend",
"handle": "",
"modules": [
{
"type": "privacy_compliance_webhooks",
"handle": "privacy_compliance_webhooks",
"uid": "privacy_compliance_webhooks",
"assets": "privacy_compliance_webhooks",
"target": "",
"config": {
"api_version": "2025-04",
"customers_redact_url": "https://api.dev.******protocol.com/marketplace/webhook",
"customers_data_request_url": "https://api.dev.******protocol.com/marketplace/webhook",
"shop_redact_url": "https://api.dev.******protocol.com/marketplace/webhook"
}
},
{
"type": "app_access",
"handle": "app_access",
"uid": "app_access",
"assets": "app_access",
"target": "",
"config": {
"access": {
"admin": {
"direct_api_mode": "offline",
"embedded_app_direct_api_access": true
}
},
"scopes": "read_customers,read_draft_orders,read_fulfillments,read_orders,read_payment_terms,read_product_listings,read_products,read_publications,unauthenticated_read_checkouts,unauthenticated_write_checkouts,write_discounts,write_draft_orders,write_resource_feedbacks",
"redirect_url_allowlist": [
"https://shopify-embedded-app-g9rxm.ondigitalocean.app/auth/callback",
"https://shopify-embedded-app-g9rxm.ondigitalocean.app/auth/shopify/callback",
"https://shopify-embedded-app-g9rxm.ondigitalocean.app/api/auth/callback"
]
}
},
{
"type": "webhooks",
"handle": "webhooks",
"uid": "webhooks",
"assets": "webhooks",
"target": "",
"config": {
"api_version": "2025-04"
}
},
{
"type": "point_of_sale",
"handle": "point_of_sale",
"uid": "point_of_sale",
"assets": "point_of_sale",
"target": "",
"config": {
"embedded": false
}
},
{
"type": "app_home",
"handle": "app_home",
"uid": "app_home",
"assets": "app_home",
"target": "",
"config": {
"app_url": "https://******-marketplace-dev-az8uw.ondigitalocean.app",
"embedded": true
}
},
{
"type": "branding",
"handle": "branding",
"uid": "branding",
"assets": "branding",
"target": "",
"config": {
"name": "******-Dev",
"app_handle": "******-dev"
}
},
{
"type": "webhook_subscription",
"handle": "3f3d90eebf9b4d8c8834ad4e06f9a283b318b50e",
"uid": "app_subscriptions/approaching_capped_amount::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"assets": "app_subscriptions/approaching_capped_amount::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"target": "",
"config": {
"topic": "app_subscriptions/approaching_capped_amount",
"api_version": "2025-04",
"uri": "https://api.dev.******protocol.com/marketplace/webhook"
}
},
{
"type": "webhook_subscription",
"handle": "774548325b7c706a04a0d0c16481deb054083900",
"uid": "app_subscriptions/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"assets": "app_subscriptions/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"target": "",
"config": {
"topic": "app_subscriptions/update",
"api_version": "2025-04",
"uri": "https://api.dev.******protocol.com/marketplace/webhook"
}
},
{
"type": "webhook_subscription",
"handle": "82699c7cf451a09f745d3124f2e33b17f26cea49",
"uid": "app/scopes_update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"assets": "app/scopes_update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"target": "",
"config": {
"topic": "app/scopes_update",
"api_version": "2025-04",
"uri": "https://api.dev.******protocol.com/marketplace/webhook"
}
},
{
"type": "webhook_subscription",
"handle": "6c3f87fbc1a12ee5b4792804dcebeaad5b468643",
"uid": "app/uninstalled::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"assets": "app/uninstalled::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"target": "",
"config": {
"topic": "app/uninstalled",
"api_version": "2025-04",
"uri": "https://api.dev.******protocol.com/marketplace/webhook"
}
},
{
"type": "webhook_subscription",
"handle": "cf4919582d90f6d96c5675806d07c2a29c2ff89c",
"uid": "bulk_operations/finish::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"assets": "bulk_operations/finish::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"target": "",
"config": {
"topic": "bulk_operations/finish",
"api_version": "2025-04",
"uri": "https://api.dev.******protocol.com/marketplace/webhook"
}
},
{
"type": "webhook_subscription",
"handle": "1bb68396cde1125901f7b9c266a4bcfb532fddf8",
"uid": "draft_orders/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"assets": "draft_orders/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"target": "",
"config": {
"topic": "draft_orders/update",
"api_version": "2025-04",
"uri": "https://api.dev.******protocol.com/marketplace/webhook"
}
},
{
"type": "webhook_subscription",
"handle": "24c6733d3933385be08159b672d0470e4ce1e6a8",
"uid": "orders/paid::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"assets": "orders/paid::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"target": "",
"config": {
"topic": "orders/paid",
"api_version": "2025-04",
"uri": "https://api.dev.******protocol.com/marketplace/webhook"
}
},
{
"type": "webhook_subscription",
"handle": "c728595ba4db509cfd550806414ac8d1cae3ace3",
"uid": "product_listings/add::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"assets": "product_listings/add::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"target": "",
"config": {
"topic": "product_listings/add",
"api_version": "2025-04",
"uri": "https://api.dev.******protocol.com/marketplace/webhook"
}
},
{
"type": "webhook_subscription",
"handle": "011304150d669196b2d5fb72dec013632eefd2b5",
"uid": "product_listings/remove::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"assets": "product_listings/remove::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"target": "",
"config": {
"topic": "product_listings/remove",
"api_version": "2025-04",
"uri": "https://api.dev.******protocol.com/marketplace/webhook"
}
},
{
"type": "webhook_subscription",
"handle": "2c4e876b752e3042cd2495b280cb6d18c0644142",
"uid": "product_listings/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"assets": "product_listings/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
"target": "",
"config": {
"topic": "product_listings/update",
"api_version": "2025-04",
"uri": "https://api.dev.******protocol.com/marketplace/webhook"
}
}
]
}
},
"metadata": {}
}
With request headers:
- User-Agent: Shopify CLI; v=3.84.1
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Releasing an app version ...
2025-09-22T13:37:11.341Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 727 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=456, verdict_flag_enabled;desc="count=358";dur=29.176, _y;desc="19096b51-a43c-43a7-bd25-571009f50802", _s;desc="d90ed3f5-eb06-4611-8265-72d0a376a5cc", cfRequestDuration;dur=639.999866
- x-request-id: fcfbc517-c9e7-4127-be81-bda04b434c97-1758548230
2025-09-22T13:37:11.348Z: Sending "App Management" GraphQL request:
mutation ReleaseVersion($appId: ID!, $versionId: ID!) {
appReleaseCreate(appId: $appId, versionId: $versionId) {
release {
version {
id
metadata {
message
versionTag
__typename
}
__typename
}
__typename
}
userErrors {
field
message
category
code
on
__typename
}
__typename
}
}
With variables:
{
"appId": "gid://shopify/App/251281375233",
"versionId": "gid://shopify/Version/740755668993"
}
With request headers:
- User-Agent: Shopify CLI; v=3.84.1
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Releasing an app version ...
2025-09-22T13:37:11.895Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 547 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=291, verdict_flag_enabled;desc="count=4";dur=0.565, _y;desc="f8631674-b6fa-4650-98ae-58a505dc2181", _s;desc="5a1b0c22-02fd-4ddf-b6b8-001af6b53df9", cfRequestDuration;dur=480.999947
╭─ info ───────────────────────────────────────────────────────────────────────╮
│ │
│ New version created, but not released. │
│ │
│ mapsapp-backend-69 [1] │
│ │
│ An unknown error has occurred. │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
[1] https://dev.shopify.com/dashboard/148080148/apps/251281375233/versions/740755668993
2025-09-22T13:37:11.909Z: Running system process:
· Command: npm prefix
· Working directory: /Users/viktarpunko/projects/l/mapsapp-backend
2025-09-22T13:37:12.265Z: Obtaining the dependency manager in directory /Users/viktarpunko/projects/l/mapsapp-backend...
2025-09-22T13:37:12.685Z: Request to https://monorail-edge.shopifysvc.com/v1/produce completed in 264 ms
With response headers:
- x-request-id: ed4510ae-9e0b-4e8b-8665-d309965df6e0
2025-09-22T13:37:12.686Z: Analytics event sent: {
"command": "app deploy",
"time_start": 1758548046221,
"time_end": 1758548231904,
"total_time": 185683,
"success": true,
"cli_version": "3.84.1",
"ruby_version": "",
"node_version": "20.11.1",
"is_employee": false,
"uname": "darwin arm64",
"env_ci": false,
"env_plugin_installed_any_custom": false,
"env_plugin_installed_shopify": "[\"@shopify/cli\"]",
"env_shell": "zsh",
"env_device_id": "1de8e8870dbf1dd6cc280d35bca079756ab2f770",
"env_cloud": "localhost",
"env_package_manager": "npm",
"env_is_global": true,
"env_auth_method": "device_auth",
"env_is_wsl": false,
"env_build_repository": "Shopify/cli",
"cmd_app_warning_api_key_deprecation_displayed": false,
"cmd_deploy_flag_message_used": false,
"cmd_deploy_flag_version_used": false,
"cmd_deploy_flag_source_url_used": false,
"cmd_app_all_configs_any": true,
"cmd_app_all_configs_clients": "{\"shopify.app.development.toml\":\"*******************************\",\"shopify.app.locale.toml\":\"96e7f7eeec557477721d585cc60934f7\",\"shopify.app.staging.toml\":\"58ed770fd9631f8c95f4e2c9da4eb67b\",\"shopify.app.toml\":\"06043520528de108dc1ac1ad6f9f5764\"}",
"cmd_app_linked_config_used": true,
"cmd_app_linked_config_name": "shopify.app.development.toml",
"cmd_app_linked_config_git_tracked": true,
"cmd_app_linked_config_source": "cached",
"app_extensions_any": false,
"app_extensions_breakdown": "{}",
"app_extensions_count": 0,
"app_extensions_custom_layout": false,
"app_extensions_function_any": false,
"app_extensions_function_count": 0,
"app_extensions_theme_any": false,
"app_extensions_theme_count": 0,
"app_extensions_ui_any": false,
"app_extensions_ui_count": 0,
"app_name_hash": "cb6a58fdc230b31f68e3c91d6183cf089ee3fc71",
"app_path_hash": "fea5ea0fa6eb6d8abe19b60e7638570177b85c69",
"app_scopes": "[\"read_customers\",\"read_draft_orders\",\"read_fulfillments\",\"read_orders\",\"read_payment_terms\",\"read_product_listings\",\"read_products\",\"read_publications\",\"unauthenticated_read_checkouts\",\"unauthenticated_write_checkouts\",\"write_discounts\",\"write_draft_orders\",\"write_resource_feedbacks\"]",
"app_web_backend_any": false,
"app_web_backend_count": 0,
"app_web_custom_layout": false,
"app_web_frontend_any": false,
"app_web_frontend_count": 0,
"env_package_manager_workspaces": false,
"business_platform_id": 148080148,
"api_key": "****",
"cmd_app_reset_used": false,
"cmd_deploy_include_config_used": true,
"cmd_deploy_config_modules_breakdown": "[\"access\",\"access_scopes\",\"application_url\",\"auth\",\"embedded\",\"handle\",\"name\",\"pos\",\"webhooks\"]",
"cmd_deploy_config_modules_updated": "[\"webhooks\"]",
"cmd_deploy_confirm_new_registrations": 0,
"cmd_deploy_confirm_updated_registrations": 0,
"cmd_deploy_confirm_removed_registrations": 0,
"cmd_deploy_confirm_cancelled": false,
"cmd_deploy_confirm_time_to_complete_ms": 181742,
"cmd_all_timing_network_ms": 3350,
"cmd_all_timing_prompts_ms": 181744,
"cmd_all_launcher": "unknown",
"cmd_all_topic": "app",
"cmd_all_plugin": "@shopify/app",
"cmd_all_force": false,
"cmd_all_verbose": true,
"cmd_all_path_override": true,
"cmd_all_path_override_hash": "fea5ea0fa6eb6d8abe19b60e7638570177b85c69",
"cmd_all_last_graphql_request_id": "5d70050c-bdbc-433f-9c30-66ceba1681b0-1758548231",
"cmd_all_timing_active_ms": 588,
"cmd_all_exit": "ok",
"user_id": "86130a42-9e57-4998-ab9e-e69dccb9f7bc",
"request_ids": [
"7365d535-4061-4254-a4c4-03b29641c52e-1758548046",
"cf181887-18c2-4daa-9a16-a9e3aca34f29-1758548046",
"c099c821-13f3-41d4-bbea-297f93ac32dc-1758548048",
"93fee96c-2afb-4362-ad2a-63deac628258-1758548048",
"fcfbc517-c9e7-4127-be81-bda04b434c97-1758548230",
"5d70050c-bdbc-433f-9c30-66ceba1681b0-1758548231"
],
"args": "--verbose",
"app_name": "mapsapp-backend",
"env_plugin_installed_all": "[\"@shopify/cli\"]",
"metadata": "{\"extraPublic\":{},\"extraSensitive\":{}}"
}
2025-09-22T13:37:12.687Z: Completed command app deploy