Skip to content

fix: use correct API endpoint for adding new items to cart#5

Merged
pasogott merged 1 commit intomainfrom
fix/cart-add-endpoint
Jan 8, 2026
Merged

fix: use correct API endpoint for adding new items to cart#5
pasogott merged 1 commit intomainfrom
fix/cart-add-endpoint

Conversation

@pasogott
Copy link
Owner

@pasogott pasogott commented Jan 8, 2026

For new items (not already in cart), use POST /api/v1/cart/item instead of PUT /services/frontend-service/v2/cart-review/item/{id}

Fixes #4

For new items (not already in cart), use POST /api/v1/cart/item
instead of PUT /services/frontend-service/v2/cart-review/item/{id}

Fixes #4
@pasogott pasogott merged commit fd2edb6 into main Jan 8, 2026
@pasogott pasogott deleted the fix/cart-add-endpoint branch January 8, 2026 20:54
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.

Cart add fails with 'orderField_not_found_exception'

1 participant