UNPKG

shipstation-node

Version:
10 lines (9 loc) 218 B
export interface InventoryLocation { inventory_location_id: string; name: string; inventory_warehouse_id: string; /** date-time */ created_at: string; /** date-time */ updated_at: string; }