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

VCST-2093: add section Id/changeCartConfiguredItem mutation/configurationItems query #22

Merged
merged 12 commits into from
Dec 6, 2024

Conversation

ksavosteev
Copy link
Collaborator

@ksavosteev ksavosteev commented Nov 26, 2024

Description

mutation changeCartConfiguredItem($command: InputChangeCartConfiguredItemType!) {
  changeCartConfiguredItem(command: $command)
  {
      items {
        configurationItems {
          id
          name
          sectionId
          productId
          quantity
        }
    }
  }
}
{
  "command": {
    "storeId": "Electronics",
    "currencyCode": "USD",
    "cultureName": "en-US",
    "quantity": 2,
    "lineItemId": "f10c806b-68a5-4321-b464-8e9ee2cd0518",
    "userId": "c9abcb13-775c-41d1-ade6-655c99ef6f53",
    "configurationSections": [
      {
        "sectionId": "Group1",
        "value": {
          "productId": "e7eee66223da43109502891b54bc33d3",
          "quantity": 1
        }
      },
      {
        "sectionId": "Group2",
        "value": {
          "productId": "b4a2edc523db4114a5e8ccbff5747667",
          "quantity": 1
        }
      }
    ]
  }
}

References

QA-test:

Jira-link:

https://virtocommerce.atlassian.net/browse/VCST-2093

Artifact URL:

https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.XCart_3.818.0-pr-22-2855.zip

@ksavosteev ksavosteev changed the title VCST-2093: add section Id VCST-2093: add section Id/changeCartConfiguredItem mutation Nov 26, 2024
@ksavosteev ksavosteev changed the title VCST-2093: add section Id/changeCartConfiguredItem mutation VCST-2093: add section Id/changeCartConfiguredItem mutation/configurationItems query Dec 2, 2024
Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 1
Errors: 0
Time: 8.151
Timestamp: 02-12-2024T13:06:57

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 8.663
Timestamp: 02-12-2024T14:59:58

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 8.648
Timestamp: 03-12-2024T16:50:00

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.186
Timestamp: 03-12-2024T16:55:21

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.507
Timestamp: 03-12-2024T17:29:17

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.434
Timestamp: 05-12-2024T14:35:34

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.849
Timestamp: 05-12-2024T18:38:45

@ksavosteev ksavosteev requested a review from Ljutyj December 6, 2024 06:56
@ksavosteev ksavosteev requested a review from Ljutyj December 6, 2024 09:20
Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.647
Timestamp: 06-12-2024T09:29:17

@ksavosteev ksavosteev merged commit f0d308c into dev Dec 6, 2024
6 checks passed
@ksavosteev ksavosteev deleted the feat/VCST-2093 branch December 6, 2024 13:26
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