Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. GET /index.php/rest/V1/carts/mine/items HTTP/1.1
  2. Content-Type: application/json
  3.  
  4. [
  5. {
  6. "item_id": 2094,
  7. "sku": "Food with option 6-AS-----",
  8. "qty": 2,
  9. "name": "Food with option 6",
  10. "price": 0,
  11. "product_type": "configurable",
  12. "quote_id": "1173",
  13. "product_option": {
  14. "extension_attributes": {
  15. "custom_options": [
  16. {
  17. "option_id": "2",
  18. "option_value": "4"
  19. },
  20. {
  21. "option_id": "3",
  22. "option_value": "7,9"
  23. },
  24. {
  25. "option_id": "4",
  26. "option_value": "10,11,12"
  27. }
  28. ],
  29. "configurable_item_options": [
  30. {
  31. "option_id": "155",
  32. "option_value": 57
  33. }
  34. ]
  35. }
  36. }
  37. }
  38. ]
Add Comment
Please, Sign In to add comment