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

Not able to set Sync --> True via Woocreate product API #256

Open
Lazymtl opened this issue Dec 6, 2024 · 0 comments
Open

Not able to set Sync --> True via Woocreate product API #256

Lazymtl opened this issue Dec 6, 2024 · 0 comments
Labels
priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. type: question The issue is a question about how code works.

Comments

@Lazymtl
Copy link

Lazymtl commented Dec 6, 2024

I'm posting items via the woocommerce API and would like to know the meta data key to set the item to sync.

When pulling an item that is already synced with Square, I get the following meta data fields:

  "key": "_square_item_id",
  "key": "_square_item_variation_id",
  "key": "_square_item_version",
  "key": "_square_item_variation_version",
  "is_square_sync"

When creating an item, i'm able to pass the ids and versions but the "is_square_sync" always returns null. (even for synced items)..

Please let me know how to sync them via the api.

@vikrampm1 vikrampm1 added priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. type: question The issue is a question about how code works. labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. type: question The issue is a question about how code works.
Projects
None yet
Development

No branches or pull requests

2 participants