Webhooks for orders older than 60 days

If I don’t have access to the read_all_orders scope will I still receive webhooks (specifically returns/created) for orders older than 60 days? Since webhooks are event-driven I assume the underlying order date doesn’t matter, but wanted to confirm.

1 Like

Hi @jonathanchen.levanta

The 60‑day limit and read_all_orders only apply to querying orders via the Admin API, not to webhook delivery. Shopify pushes payloads to your endpoint when events happen, regardless of when the order was originally created. You will need to have the appropriate returns scopes, see:


from: WebhookSubscriptionTopic - GraphQL Admin

1 Like