Guest User

Untitled

a guest
Jan 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {'_id': objectid('4b980a6dea2c3f4579da141e'),
  2. 'user_id': objectid('4b980a6dea2c3f4579a4f54'),
  3. 'state': 'cart',
  4.  
  5. 'line_items': [
  6. {'sku': 'jc-432',
  7. 'name': 'John Coltrane: A Love Supreme',
  8. 'retail_price': 1099
  9. },
  10.  
  11. {'sku': 'ly-211',
  12. 'name': 'Larry Young: Unity',
  13. 'retail_price': 1199
  14. },
  15. ],
  16.  
  17. 'shipping_address': {
  18. 'street': '3333 Greene Ave.',
  19. 'city': 'Brooklyn',
  20. 'state': 'NY',
  21. 'zip': '11216'
  22. },
  23.  
  24. 'subtotal': 2199
  25. }
Add Comment
Please, Sign In to add comment