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

Improve 2 Shopify product variant components #12537

Open
zecul opened this issue Jun 24, 2024 · 1 comment · May be fixed by #12613
Open

Improve 2 Shopify product variant components #12537

zecul opened this issue Jun 24, 2024 · 1 comment · May be fixed by #12613
Assignees
Labels
action New Action Request enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@zecul
Copy link

zecul commented Jun 24, 2024

https://pipedream.com/apps/shopify-developer-app/actions/create-product-variant
https://pipedream.com/apps/shopify-developer-app/actions/update-product-variant

Both should ideally include an option to update product barcode, quantity available and weights

Variants includes:
[{"id":40509592436922,"product_id":6872725848250,"title":"Default Title","price":"24.95","sku":"13646982","position":1,"inventory_policy":"deny","compare_at_price":null,"fulfillment_service":"manual","inventory_management":"shopify","option1":"Default Title","option2":null,"option3":null,"created_at":"2021-09-24T20:36:47-07:00","updated_at":"2024-03-22T03:38:31-07:00","taxable":true,"barcode":"744790142426","grams":230,"weight":0.5071,"weight_unit":"lb","inventory_item_id":42604947865786,"inventory_quantity":3,"old_inventory_quantity":3,"requires_shipping":true,"admin_graphql_api_id":"gid://shopify/ProductVariant/40509592436922","image_id":null}]

https://shopify.dev/docs/api/storefront/2024-04/objects/productvariant

barcode https://shopify.dev/docs/api/storefront/2024-04/objects/productvariant#field-productvariant-weightunit
quantity available https://shopify.dev/docs/api/storefront/2024-04/objects/productvariant#field-productvariant-quantityavailable
Weight https://shopify.dev/docs/api/storefront/2024-04/objects/productvariant#field-productvariant-weight
weightUnit https://shopify.dev/docs/api/storefront/2024-04/objects/productvariant#field-productvariant-weightunit

@zecul zecul added action New Action Request enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jun 24, 2024
@malexanderlim malexanderlim added this to To Do in Component (Source and Action) Backlog via automation Jun 24, 2024
@malexanderlim malexanderlim moved this from To Do to Prioritized in Component (Source and Action) Backlog Jun 24, 2024
@dylburger dylburger added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Jun 24, 2024
@michelle0927 michelle0927 self-assigned this Jun 26, 2024
@michelle0927 michelle0927 moved this from Prioritized to Doing in Component (Source and Action) Backlog Jun 26, 2024
@michelle0927 michelle0927 linked a pull request Jun 26, 2024 that will close this issue
@michelle0927 michelle0927 moved this from Doing to Ready for PR review in Component (Source and Action) Backlog Jun 26, 2024
@jcortes jcortes moved this from Ready for PR review to Ready for QA in Component (Source and Action) Backlog Jun 27, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Jun 28, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for release in Component (Source and Action) Backlog Jun 28, 2024
@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Improve-2-Shopify-product-variant-components-555519097227434d96f516f14f4d7cbb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action New Action Request enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
Development

Successfully merging a pull request may close this issue.

4 participants