We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
장바구니 항목 수량 수정 url: localhost:8080/api/vi/cart/{productId}?quantity=5 메소드 타입: Patch 요청 파라미터: quantity -> 변경할 수량
응답 예시:
{ "cartId": 123 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
장바구니 항목 수량 수정 API 연동
작업 상세 내용
주의사항
참고할만한 자료
장바구니 항목 수량 수정 url: localhost:8080/api/vi/cart/{productId}?quantity=5
메소드 타입: Patch
요청 파라미터: quantity -> 변경할 수량
응답 예시:
The text was updated successfully, but these errors were encountered: