Advertisement
nontawat1996

Delete item in cart by customerId and itemId

Mar 19th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. DELETE /customer/2/cart/ HTTP/1.1
  2. Host: localhost:8000
  3. Content-Type: application/x-www-form-urlencoded
  4. Cache-Control: no-cache
  5. Postman-Token: 47e53f43-2ac7-45cb-b6f6-a0c1e1ffa273
  6.  
  7. {
  8. "itemId": 3,
  9. "productAttributeId": 4 # ต้องใส่นะ ถ้าไม่ใส่จะเป็นการลบทุกๆ attribute ทีี่มี itemId ตรงกัน
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement