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-1630: add change cart items quantity command #6

Merged
merged 3 commits into from
Aug 14, 2024
Merged

Conversation

ksavosteev
Copy link
Collaborator

@ksavosteev ksavosteev commented Aug 7, 2024

Description

mutation changeCartItemsQuantity($command: InputChangeCartItemsQuantityType!) {
  changeCartItemsQuantity(command: $command)
  {
        id
        name
        items {
          id
          name
          quantity
      }
  }
}

{
    "command": {
        "storeId": "B2B-store",
        "cartId": "123",
        "userId": "456",
        "cartItems": [
            {
                "lineItemId": "78f1b42f-2377-4612-9bb7-84ea3f058cb6",
                "quantity": 5
            },
            {
                "lineItemId": "93eb8c29-0344-40a1-b0f1-8b9e4c4b38c6",
                "quantity": 0
            },
            {
                "lineItemId": "b64f9f1c-2bef-486f-a509-4efe1d9b140c",
                "quantity": 3
            }
        ]
    }
}

References

QA-test:

Jira-link:

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

Artifact URL:

https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.XCart_3.804.0-pr-6-ec0a.zip

Copy link

@ksavosteev ksavosteev merged commit 9e0c988 into dev Aug 14, 2024
5 checks passed
@ksavosteev ksavosteev deleted the feat/VCST-1630 branch August 14, 2024 10:30
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.

2 participants