Skip to Content

Welcome!

This community is for professionals and enthusiasts of our products and services.
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

شما نیاز به ثبت‌نام دارید تا بتوانید با جامعه تعامل داشته باشید.
این سوال علامت‌گذاری شده است
1 پاسخ
136 نماها

Shows how to create webhooks for real-time updates, with code.

آواتار
رها کردن
مولف پاسخ برتر

Use POST /admin/api/2025-10/webhooks.json with write_webhooks scope. Needs public HTTPS URL.

Python Example:

import requests

headers = {"X-Shopify-Access-Token": "your-token", "Content-Type": "application/json"}

payload = {"webhook": {"topic": "orders/create", "address": "https://your-store.myshopify.com/admin/api/2025-10/webhooks.json", json=payload, headers=headers)

آواتار
رها کردن
نوشته های مرتبط پاسخ‌ها نماها فعالیت
1
MMM yy 
153
1
MMM yy 
142
1
MMM yy 
157
1
MMM yy 
126
1
MMM yy 
109