Skip to content

Error in magento-sdk removeItemFromCart example #1556

@Delwin444

Description

@Delwin444

I think the current doc for magento-sdk removeItemFromCart has an error in its example in the following section:

Current:
const customQuery = { cart: 'remove-item-from-cart-custom-query', metadata: { fields: 'id email' } };

Should be:
const customQuery = { removeItemFromCart: 'remove-item-from-cart-custom-query', metadata: { fields: 'id email' } };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions