Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Shopify plugin to use GraphQL Admin API #130

Merged

Conversation

nfourtythree
Copy link
Contributor

@nfourtythree nfourtythree commented Feb 3, 2025

Description

  • Create/delete web hooks
  • Sync Products
  • Sync Variants
  • Sync meta fields
  • Sync inventory

UPGRADE.md contains notes on the upgrade from 5.x to 6.x

Related issues

#127

@nfourtythree nfourtythree self-assigned this Feb 3, 2025
Copy link

linear bot commented Feb 3, 2025

if ($this->clearData === BulkOperationRecord::CLEAR_DATA_ALL) {
ShopifyData::updateAll(['stale' => true]);
} elseif ($this->clearData !== BulkOperationRecord::CLEAR_DATA_NONE) {
Plugin::getInstance()->getProducts()->markShopifyDataStaleByShopifyId($this->clearData);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is $this->clearData a Shopify ID?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nfourtythree nfourtythree marked this pull request as ready for review February 26, 2025 14:52
@nfourtythree nfourtythree requested a review from a team as a code owner February 26, 2025 14:52
@nfourtythree nfourtythree merged commit 4ce861b into 6.x Feb 26, 2025
6 checks passed
@nfourtythree nfourtythree deleted the feature/pt-2335-shopify-checkout-api-ending-april-1-2025 branch February 26, 2025 14:53
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.

3 participants