Guest User

Untitled

a guest
Apr 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. '{
  2. "cartItem": {
  3. "sku": "f6e957d1-51b2-4a56-90be-dc3c877e3e3b",
  4. "qty": 1,
  5. "quote_id": "1234",
  6. "product_option": {
  7. "extension_attributes": {
  8. "custom_options": [
  9. {
  10. "option_id": "7818",
  11. "option_value": "file.jpg",
  12. "extension_attributes": {
  13. "file_info": {
  14. "base64_encoded_data": "/9j/4AAQSkZJRgABAQAAAQABAAD//gA7Q1JFQVRPUj ...",
  15. "type": "image/jpeg",
  16. "name": "file.jpg"
  17. }
  18. }
  19. },
  20. {
  21. "option_id": "7819",
  22. "option_value": "test"
  23. }
  24. ]
  25. }
  26. }
  27. }
  28. }'
Add Comment
Please, Sign In to add comment