inventory_levels.json 446 B

123456789101112131415161718192021222324
  1. {
  2. "inventory_levels": [
  3. {
  4. "inventory_item_id": 39072856,
  5. "location_id": 487838322,
  6. "available": 27
  7. },
  8. {
  9. "inventory_item_id": 808950810,
  10. "location_id": 905684977,
  11. "available": 1
  12. },
  13. {
  14. "inventory_item_id": 808950810,
  15. "location_id": 487838322,
  16. "available": 9
  17. },
  18. {
  19. "inventory_item_id": 39072856,
  20. "location_id": 905684977,
  21. "available": 3
  22. }
  23. ]
  24. }