Skip to content

Add product import hooks - #349

Merged
ryanmitchell merged 1 commit into
mainfrom
feature/add-product-import-hooks
Jul 10, 2026
Merged

Add product import hooks#349
ryanmitchell merged 1 commit into
mainfrom
feature/add-product-import-hooks

Conversation

@ryanmitchell

Copy link
Copy Markdown
Contributor

This PR adds two hooks to the product import lifecycle:

- import-product-query — fires right before the GraphQL query is sent, payload has query, productId, storeHandle.                                                         
- import-product-data — fires right before $entry->merge($data), payload has data, entry, product (raw Shopify data).

Closes #348

@ryanmitchell
ryanmitchell merged commit 876207c into main Jul 10, 2026
6 checks passed
@ryanmitchell
ryanmitchell deleted the feature/add-product-import-hooks branch July 10, 2026 11:18
@daun

daun commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sorting products by min or max price when using eloquent

2 participants